Html Css Color HEX #306462 Oracle

📋 copy color: '#306462'

red 48 ◦ green 100 ◦ blue 98

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

Shades of Oracle #306462

Tints of Oracle #306462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

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

R = 19.51%
G = 40.65%
B = 39.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#306462 (or 0x306462) is known color: Oracle. HEX triplet: 30, 64 and 62. RGB value is (48,100,98). Sum of RGB (Red+Green+Blue) = 48+100+98=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #306462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306462 is #CF9B9D. Grayscale: #545454. Windows color (decimal): -13605790 or 6448176. OLE color: 6448176.

HSL color Cylindrical-coordinate representation of color #306462: hue angle of 177.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306462 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 98 -
CMYK 0.52 0 0.02 0.61
HSL 177.69º 0.35% 0.29% -
HSV(B) 177.69º 0.52% 0.39% -
XYZ 7.98 10.62 13.19 -
YUV 84.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 48 100 98 0.52 0 0.02 0.61 177.69 0.35 0.29
Hex 30 64 62 34 0 2 3D B2 23 1D
Octal 60 144 142 64 0 2 75 262 43 35
Binary 110000 1100100 1100010 110100 0 10 111101 10110010 100011 11101

Color Harmonies of #306462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306462

Black with #306462

Text Example


Text Example

White with #306462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306462; }

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

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

background-color css

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

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

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

border-color css

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

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

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