#306061

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

Shades of Oracle #306061

Tints of Oracle #306061

Color information

#306061 (or 0x306061) is unknown color: approx Oracle. HEX triplet: 30, 60 and 61. RGB value is (48,96,97). Sum of RGB (Red+Green+Blue) = 48+96+97=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 97 - color contains mainly: blue. Hex color #306061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306061 is #CF9F9E. Grayscale: #515151. Windows color (decimal): -13606815 or 6381616. OLE color: 6381616.

HSL color Cylindrical-coordinate representation of color #306061: hue angle of 181.22º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306061 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB489697-
CMYK0.510.0100.62
HSL181.22º33.79%28.43%-
HSV(B)181.22º50.52%38.04%-
XYZ7.569.8612.81-
YUV81.76136.6103.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=19.92%
G=39.83%
B=40.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896970.510.0100.62181.2233.7928.43
Hex30606133103Eb5221c
Octal601401416310762654234
Binary11000011000001100001110011101111101011010110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306061; }

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

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

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

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

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

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

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

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