#305859

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

Shades of Oracle #305859

Tints of Oracle #305859

Color information

#305859 (or 0x305859) is unknown color: approx Oracle. HEX triplet: 30, 58 and 59. RGB value is (48,88,89). Sum of RGB (Red+Green+Blue) = 48+88+89=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #305859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305859 is #CFA7A6. Grayscale: #4C4C4C. Windows color (decimal): -13608871 or 5855280. OLE color: 5855280.

HSL color Cylindrical-coordinate representation of color #305859: hue angle of 181.46º 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 #305859 is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB488889-
CMYK0.460.0100.65
HSL181.46º29.93%26.86%-
HSV(B)181.46º46.07%34.9%-
XYZ6.518.3310.72-
YUV76.15135.25107.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.33%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=21.33%
G=39.11%
B=39.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4888890.460.0100.65181.4629.9326.86
Hex3058592E1041b51e1b
Octal6013013156101012653633
Binary11000010110001011001101110101000001101101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305859; }

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

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

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

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

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

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

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

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