#306062

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

Shades of Oracle #306062

Tints of Oracle #306062

Color information

#306062 (or 0x306062) is unknown color: approx Oracle. HEX triplet: 30, 60 and 62. RGB value is (48,96,98). Sum of RGB (Red+Green+Blue) = 48+96+98=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #306062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306062 is #CF9F9D. Grayscale: #515151. Windows color (decimal): -13606814 or 6447152. OLE color: 6447152.

HSL color Cylindrical-coordinate representation of color #306062: hue angle of 182.4º 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 #306062 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB489698-
CMYK0.510.0200.62
HSL182.4º34.25%28.63%-
HSV(B)182.4º51.02%38.43%-
XYZ7.619.8813.06-
YUV81.88137.1103.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=19.83%
G=39.67%
B=40.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896980.510.0200.62182.434.2528.63
Hex30606233203Eb6221d
Octal601401426320762664235
Binary110000110000011000101100111001111101011011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306062; }

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

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

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

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

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

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

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

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