Html Css Color HEX #30595F Oracle

📋 copy color: '#30595F'

red 48 ◦ green 89 ◦ blue 95

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

Shades of Oracle #30595F

Tints of Oracle #30595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 20.69%
G = 38.36%
B = 40.95%

CMYK

 C value IS 0.49

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30595F (or 0x30595F) is known color: Oracle. HEX triplet: 30, 59 and 5F. RGB value is (48,89,95). Sum of RGB (Red+Green+Blue) = 48+89+95=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #30595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30595F is #CFA6A0. Grayscale: #4D4D4D. Windows color (decimal): -13608609 or 6248752. OLE color: 6248752.

HSL color Cylindrical-coordinate representation of color #30595F: hue angle of 187.66º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30595F is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 89 95 -
CMYK 0.49 0.06 0 0.63
HSL 187.66º 0.33% 0.28% -
HSV(B) 187.66º 0.49% 0.37% -
XYZ 6.86 8.6 12.12 -
YUV 77.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 48 89 95 0.49 0.06 0 0.63 187.66 0.33 0.28
Hex 30 59 5F 31 6 0 3F BC 21 1C
Octal 60 131 137 61 6 0 77 274 41 34
Binary 110000 1011001 1011111 110001 110 0 111111 10111100 100001 11100

Color Harmonies of #30595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30595F

Black with #30595F

Text Example


Text Example

White with #30595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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