#306466

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

Shades of Oracle #306466

Tints of Oracle #306466

Color information

#306466 (or 0x306466) is unknown color: approx Oracle. HEX triplet: 30, 64 and 66. RGB value is (48,100,102). Sum of RGB (Red+Green+Blue) = 48+100+102=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #306466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306466 is #CF9B99. Grayscale: #545454. Windows color (decimal): -13605786 or 6710320. OLE color: 6710320.

HSL color Cylindrical-coordinate representation of color #306466: hue angle of 182.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306466 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB48100102-
CMYK0.530.0200.6
HSL182.22º36%29.41%-
HSV(B)182.22º52.94%40%-
XYZ8.1710.714.21-
YUV84.68137.77101.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=19.2%
G=40%
B=40.8%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal481001020.530.0200.6182.223629.41
Hex30646635203Cb6241d
Octal601441466520742664435
Binary110000110010011001101101011001111001011011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306466; }

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

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

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

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

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

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

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

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