Html Css Color HEX #305A59 Oracle

📋 copy color: '#305A59'

red 48 ◦ green 90 ◦ blue 89

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

Shades of Oracle #305A59

Tints of Oracle #305A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

 BLUE value IS 89 (35.16% from 255) = 39.21%

R = 21.15%
G = 39.65%
B = 39.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#305A59 (or 0x305A59) is known color: Oracle. HEX triplet: 30, 5A and 59. RGB value is (48,90,89). Sum of RGB (Red+Green+Blue) = 48+90+89=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #305A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A59 is #CFA5A6. Grayscale: #4D4D4D. Windows color (decimal): -13608359 or 5855792. OLE color: 5855792.

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

Color convert

RGB 48 90 89 -
CMYK 0.47 0 0.01 0.65
HSL 178.57º 0.3% 0.27% -
HSV(B) 178.57º 0.47% 0.35% -
XYZ 6.68 8.66 10.77 -
YUV 77.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 48 90 89 0.47 0 0.01 0.65 178.57 0.3 0.27
Hex 30 5A 59 2F 0 1 41 B3 1E 1B
Octal 60 132 131 57 0 1 101 263 36 33
Binary 110000 1011010 1011001 101111 0 1 1000001 10110011 11110 11011

Color Harmonies of #305A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A59

Black with #305A59

Text Example


Text Example

White with #305A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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