Html Css Color HEX #305C62 Oracle

📋 copy color: '#305C62'

red 48 ◦ green 92 ◦ blue 98

#305C62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #305C62

Tints of Oracle #305C62

RGB

 RED value IS 48 (19.14% from 255) = 20.17%

 GREEN value IS 92 (36.33% from 255) = 38.66%

 BLUE value IS 98 (38.67% from 255) = 41.18%

R = 20.17%
G = 38.66%
B = 41.18%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#305C62 (or 0x305C62) is known color: Oracle. HEX triplet: 30, 5C and 62. RGB value is (48,92,98). Sum of RGB (Red+Green+Blue) = 48+92+98=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #305C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C62 is #CFA39D. Grayscale: #4F4F4F. Windows color (decimal): -13607838 or 6446128. OLE color: 6446128.

HSL color Cylindrical-coordinate representation of color #305C62: hue angle of 187.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #305C62 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 92 98 -
CMYK 0.51 0.06 0 0.62
HSL 187.2º 0.34% 0.29% -
HSV(B) 187.2º 0.51% 0.38% -
XYZ 7.25 9.16 12.94 -
YUV 79.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 48 92 98 0.51 0.06 0 0.62 187.2 0.34 0.29
Hex 30 5C 62 33 6 0 3E BB 22 1D
Octal 60 134 142 63 6 0 76 273 42 35
Binary 110000 1011100 1100010 110011 110 0 111110 10111011 100010 11101

Color Harmonies of #305C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C62

Black with #305C62

Text Example


Text Example

White with #305C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305C62; }

 p { color: rgb(48,92,98); }

 H1.HeaderClassName
 {
   color: #305C62;
 }
 .AnyTagClassName
 {
   color: #305C62;
 }
</style>

background-color css

<style>
 a { background-color: #305C62; }

 a { background-color: rgb(48,92,98); }

 div.DivClassName
 {
   background-color: #305C62;
 }
 .BgClassName
 {
   background-color: #305C62;
 }
</style>

border-color css

<style>
 span { border-color: #305C62; }

 span { border-color: rgb(48,92,98); }

 td.TdClassName
 {
   border-color: #305C62;
 }
 .TagClassName
 {
   border-color: #305C62;
 }
</style>