#305C61

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

Shades of Oracle #305C61

Tints of Oracle #305C61

Color information

#305C61 (or 0x305C61) is unknown color: approx Oracle. HEX triplet: 30, 5C and 61. RGB value is (48,92,97). Sum of RGB (Red+Green+Blue) = 48+92+97=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #305C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C61 is #CFA39E. Grayscale: #4F4F4F. Windows color (decimal): -13607839 or 6380592. OLE color: 6380592.

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

Color convert

RGB489297-
CMYK0.510.0500.62
HSL186.12º33.79%28.43%-
HSV(B)186.12º50.52%38.04%-
XYZ7.29.1512.69-
YUV79.41137.92105.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 92 (36.33% from 255) = 38.82%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=20.25%
G=38.82%
B=40.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4892970.510.0500.62186.1233.7928.43
Hex305C6133503Eba221c
Octal601341416350762724234
Binary1100001011100110000111001110101111101011101010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305C61; }

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

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

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

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

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

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

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

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