Html Css Color HEX #2C575B Oracle

📋 copy color: '#2C575B'

red 44 ◦ green 87 ◦ blue 91

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

Shades of Oracle #2C575B

Tints of Oracle #2C575B

RGB

 RED value IS 44 (17.58% from 255) = 19.82%

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

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

R = 19.82%
G = 39.19%
B = 40.99%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2C575B (or 0x2C575B) is known color: Oracle. HEX triplet: 2C, 57 and 5B. RGB value is (44,87,91). Sum of RGB (Red+Green+Blue) = 44+87+91=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C575B is #D3A8A4. Grayscale: #4A4A4A. Windows color (decimal): -13871269 or 5986092. OLE color: 5986092.

HSL color Cylindrical-coordinate representation of color #2C575B: hue angle of 185.11º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C575B is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 44 87 91 -
CMYK 0.52 0.04 0 0.64
HSL 185.11º 0.35% 0.26% -
HSV(B) 185.11º 0.52% 0.36% -
XYZ 6.34 8.11 11.13 -
YUV 74.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 44 87 91 0.52 0.04 0 0.64 185.11 0.35 0.26
Hex 2C 57 5B 34 4 0 40 B9 23 1A
Octal 54 127 133 64 4 0 100 271 43 32
Binary 101100 1010111 1011011 110100 100 0 1000000 10111001 100011 11010

Color Harmonies of #2C575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C575B

Black with #2C575B

Text Example


Text Example

White with #2C575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C575B; }

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

 H1.HeaderClassName
 {
   color: #2C575B;
 }
 .AnyTagClassName
 {
   color: #2C575B;
 }
</style>

background-color css

<style>
 a { background-color: #2C575B; }

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

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

border-color css

<style>
 span { border-color: #2C575B; }

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

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