Html Css Color HEX #30575C Oracle

📋 copy color: '#30575C'

red 48 ◦ green 87 ◦ blue 92

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

Shades of Oracle #30575C

Tints of Oracle #30575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 21.15%
G = 38.33%
B = 40.53%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30575C (or 0x30575C) is known color: Oracle. HEX triplet: 30, 57 and 5C. RGB value is (48,87,92). Sum of RGB (Red+Green+Blue) = 48+87+92=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 92 - color contains mainly: blue. Hex color #30575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30575C is #CFA8A3. Grayscale: #4B4B4B. Windows color (decimal): -13609124 or 6051632. OLE color: 6051632.

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

Color convert

RGB 48 87 92 -
CMYK 0.48 0.05 0 0.64
HSL 186.82º 0.31% 0.27% -
HSV(B) 186.82º 0.48% 0.36% -
XYZ 6.56 8.22 11.37 -
YUV 75.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 48 87 92 0.48 0.05 0 0.64 186.82 0.31 0.27
Hex 30 57 5C 30 5 0 40 BB 1F 1B
Octal 60 127 134 60 5 0 100 273 37 33
Binary 110000 1010111 1011100 110000 101 0 1000000 10111011 11111 11011

Color Harmonies of #30575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30575C

Black with #30575C

Text Example


Text Example

White with #30575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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