#305957

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

Shades of Oracle #305957

Tints of Oracle #305957

Color information

#305957 (or 0x305957) is unknown color: approx Oracle. HEX triplet: 30, 59 and 57. RGB value is (48,89,87). Sum of RGB (Red+Green+Blue) = 48+89+87=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #305957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305957 is #CFA6A8. Grayscale: #4C4C4C. Windows color (decimal): -13608617 or 5724464. OLE color: 5724464.

HSL color Cylindrical-coordinate representation of color #305957: hue angle of 177.07º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #305957 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB488987-
CMYK0.4600.020.65
HSL177.07º29.93%26.86%-
HSV(B)177.07º46.07%34.9%-
XYZ6.518.4610.31-
YUV76.51133.92107.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.43%
GREEN value IS 89 (35.16% from 255) = 39.73%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=21.43%
G=39.73%
B=38.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889870.4600.020.65177.0729.9326.86
Hex3059572E0241b11e1b
Octal6013112756021012613633
Binary110000101100110101111011100101000001101100011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305957; }

 p { color: rgb(48,89,87); }

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

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

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

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

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

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

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