Html Css Color HEX #306064 Oracle

📋 copy color: '#306064'

red 48 ◦ green 96 ◦ blue 100

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

Shades of Oracle #306064

Tints of Oracle #306064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.34%

 BLUE value IS 100 (39.45% from 255) = 40.98%

R = 19.67%
G = 39.34%
B = 40.98%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#306064 (or 0x306064) is known color: Oracle. HEX triplet: 30, 60 and 64. RGB value is (48,96,100). Sum of RGB (Red+Green+Blue) = 48+96+100=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 100 - color contains mainly: blue. Hex color #306064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306064 is #CF9F9B. Grayscale: #525252. Windows color (decimal): -13606812 or 6578224. OLE color: 6578224.

HSL color Cylindrical-coordinate representation of color #306064: hue angle of 184.62º 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 #306064 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 96 100 -
CMYK 0.52 0.04 0 0.61
HSL 184.62º 0.35% 0.29% -
HSV(B) 184.62º 0.52% 0.39% -
XYZ 7.7 9.91 13.56 -
YUV 82.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 48 96 100 0.52 0.04 0 0.61 184.62 0.35 0.29
Hex 30 60 64 34 4 0 3D B9 23 1D
Octal 60 140 144 64 4 0 75 271 43 35
Binary 110000 1100000 1100100 110100 100 0 111101 10111001 100011 11101

Color Harmonies of #306064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306064

Black with #306064

Text Example


Text Example

White with #306064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306064; }

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

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

background-color css

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

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

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

border-color css

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

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

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