Html Css Color HEX #305858 Oracle

📋 copy color: '#305858'

red 48 ◦ green 88 ◦ blue 88

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

Shades of Oracle #305858

Tints of Oracle #305858

RGB

 RED value IS 48 (19.14% from 255) = 21.43%

 GREEN value IS 88 (34.77% from 255) = 39.29%

 BLUE value IS 88 (34.77% from 255) = 39.29%

R = 21.43%
G = 39.29%
B = 39.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#305858 (or 0x305858) is known color: Oracle. HEX triplet: 30, 58 and 58. RGB value is (48,88,88). Sum of RGB (Red+Green+Blue) = 48+88+88=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #305858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305858 is #CFA7A7. Grayscale: #4C4C4C. Windows color (decimal): -13608872 or 5789744. OLE color: 5789744.

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

Color convert

RGB 48 88 88 -
CMYK 0.45 0 0 0.65
HSL 180º 0.29% 0.27% -
HSV(B) 180º 0.45% 0.35% -
XYZ 6.47 8.31 10.5 -
YUV 76.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 48 88 88 0.45 0 0 0.65 180 0.29 0.27
Hex 30 58 58 2D 0 0 41 B4 1D 1B
Octal 60 130 130 55 0 0 101 264 35 33
Binary 110000 1011000 1011000 101101 0 0 1000001 10110100 11101 11011

Color Harmonies of #305858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305858

Black with #305858

Text Example


Text Example

White with #305858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305858; }

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

 H1.HeaderClassName
 {
   color: #305858;
 }
 .AnyTagClassName
 {
   color: #305858;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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