Html Css Color HEX #30575B Oracle

📋 copy color: '#30575B'

red 48 ◦ green 87 ◦ blue 91

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

Shades of Oracle #30575B

Tints of Oracle #30575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.5%

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

R = 21.24%
G = 38.5%
B = 40.27%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30575B (or 0x30575B) is known color: Oracle. HEX triplet: 30, 57 and 5B. RGB value is (48,87,91). Sum of RGB (Red+Green+Blue) = 48+87+91=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #30575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30575B is #CFA8A4. Grayscale: #4B4B4B. Windows color (decimal): -13609125 or 5986096. OLE color: 5986096.

HSL color Cylindrical-coordinate representation of color #30575B: hue angle of 185.58º 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 #30575B is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 87 91 -
CMYK 0.47 0.04 0 0.64
HSL 185.58º 0.31% 0.27% -
HSV(B) 185.58º 0.47% 0.36% -
XYZ 6.52 8.2 11.14 -
YUV 75.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 48 87 91 0.47 0.04 0 0.64 185.58 0.31 0.27
Hex 30 57 5B 2F 4 0 40 BA 1F 1B
Octal 60 127 133 57 4 0 100 272 37 33
Binary 110000 1010111 1011011 101111 100 0 1000000 10111010 11111 11011

Color Harmonies of #30575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30575B

Black with #30575B

Text Example


Text Example

White with #30575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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