Html Css Color HEX #30595B Oracle

📋 copy color: '#30595B'

red 48 ◦ green 89 ◦ blue 91

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

Shades of Oracle #30595B

Tints of Oracle #30595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 21.05%
G = 39.04%
B = 39.91%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30595B (or 0x30595B) is known color: Oracle. HEX triplet: 30, 59 and 5B. RGB value is (48,89,91). Sum of RGB (Red+Green+Blue) = 48+89+91=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #30595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30595B is #CFA6A4. Grayscale: #4C4C4C. Windows color (decimal): -13608613 or 5986608. OLE color: 5986608.

HSL color Cylindrical-coordinate representation of color #30595B: hue angle of 182.79º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30595B is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 89 91 -
CMYK 0.47 0.02 0 0.64
HSL 182.79º 0.31% 0.27% -
HSV(B) 182.79º 0.47% 0.36% -
XYZ 6.68 8.53 11.19 -
YUV 76.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 48 89 91 0.47 0.02 0 0.64 182.79 0.31 0.27
Hex 30 59 5B 2F 2 0 40 B7 1F 1B
Octal 60 131 133 57 2 0 100 267 37 33
Binary 110000 1011001 1011011 101111 10 0 1000000 10110111 11111 11011

Color Harmonies of #30595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30595B

Black with #30595B

Text Example


Text Example

White with #30595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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