Html Css Color HEX #305958 Oracle

📋 copy color: '#305958'

red 48 ◦ green 89 ◦ blue 88

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

Shades of Oracle #305958

Tints of Oracle #305958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

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

R = 21.33%
G = 39.56%
B = 39.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 48 89 88 -
CMYK 0.46 0 0.01 0.65
HSL 178.54º 0.3% 0.27% -
HSV(B) 178.54º 0.46% 0.35% -
XYZ 6.55 8.48 10.52 -
YUV 76.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 48 89 88 0.46 0 0.01 0.65 178.54 0.3 0.27
Hex 30 59 58 2E 0 1 41 B3 1E 1B
Octal 60 131 130 56 0 1 101 263 36 33
Binary 110000 1011001 1011000 101110 0 1 1000001 10110011 11110 11011

Color Harmonies of #305958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305958

Black with #305958

Text Example


Text Example

White with #305958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305958; }

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

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

background-color css

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

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

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

border-color css

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

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

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