#306464

Color #306464 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #306464

Tints of Oracle #306464

Color information

#306464 (or 0x306464) is unknown color: approx Oracle. HEX triplet: 30, 64 and 64. RGB value is (48,100,100). Sum of RGB (Red+Green+Blue) = 48+100+100=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 100 - color contains mainly: green, blue. Hex color #306464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306464 is #CF9B9B. Grayscale: #545454. Windows color (decimal): -13605788 or 6579248. OLE color: 6579248.

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

Color convert

RGB48100100-
CMYK0.52000.61
HSL180º35.14%29.02%-
HSV(B)180º52%39.22%-
XYZ8.0810.6613.69-
YUV84.45136.77102-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.35%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 100 (39.45% from 255) = 40.32%
R=19.35%
G=40.32%
B=40.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal481001000.52000.6118035.1429.02
Hex30646434003Db4231d
Octal601441446400752644335
Binary11000011001001100100110100001111011011010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306464; }

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

 H1.HeaderClassName
 {
   color: #306464;
 }
 .AnyTagClassName
 {
   color: #306464;
 }
</style>
background-color css

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

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

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

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

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

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