Html Css Color HEX #30575A Oracle

📋 copy color: '#30575A'

red 48 ◦ green 87 ◦ blue 90

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

Shades of Oracle #30575A

Tints of Oracle #30575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40%

R = 21.33%
G = 38.67%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30575A (or 0x30575A) is known color: Oracle. HEX triplet: 30, 57 and 5A. RGB value is (48,87,90). Sum of RGB (Red+Green+Blue) = 48+87+90=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #30575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30575A is #CFA8A5. Grayscale: #4B4B4B. Windows color (decimal): -13609126 or 5920560. OLE color: 5920560.

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

Color convert

RGB 48 87 90 -
CMYK 0.47 0.03 0 0.65
HSL 184.29º 0.3% 0.27% -
HSV(B) 184.29º 0.47% 0.35% -
XYZ 6.47 8.18 10.91 -
YUV 75.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 48 87 90 0.47 0.03 0 0.65 184.29 0.3 0.27
Hex 30 57 5A 2F 3 0 41 B8 1E 1B
Octal 60 127 132 57 3 0 101 270 36 33
Binary 110000 1010111 1011010 101111 11 0 1000001 10111000 11110 11011

Color Harmonies of #30575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30575A

Black with #30575A

Text Example


Text Example

White with #30575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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