Html Css Color HEX #305859 Oracle

📋 copy color: '#305859'

red 48 ◦ green 88 ◦ blue 89

#305859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #305859

Tints of Oracle #305859

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 value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#305859 (or 0x305859) is known color: 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

RGB 48 88 89 -
CMYK 0.46 0.01 0 0.65
HSL 181.46º 0.3% 0.27% -
HSV(B) 181.46º 0.46% 0.35% -
XYZ 6.51 8.33 10.72 -
YUV 76.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 48 88 89 0.46 0.01 0 0.65 181.46 0.3 0.27
Hex 30 58 59 2E 1 0 41 B5 1E 1B
Octal 60 130 131 56 1 0 101 265 36 33
Binary 110000 1011000 1011001 101110 1 0 1000001 10110101 11110 11011

Color Harmonies of #305859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305859

Black with #305859

Text Example


Text Example

White with #305859

Text Example


Text Example

HTML Codes & Css Web 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>