#2C575B

Color #2C575B Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #2C575B

Tints of Oracle #2C575B

Color information

#2C575B (or 0x2C575B) is unknown color: approx 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

RGB448791-
CMYK0.520.0400.64
HSL185.11º34.81%26.47%-
HSV(B)185.11º51.65%35.69%-
XYZ6.348.1111.13-
YUV74.6137.25106.17-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4487910.520.0400.64185.1134.8126.47
Hex2C575B344040b9231a
Octal5412713364401002714332
Binary10110010101111011011110100100010000001011100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>