Html Css Color HEX #2C595F Oracle

📋 copy color: '#2C595F'

red 44 ◦ green 89 ◦ blue 95

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

Shades of Oracle #2C595F

Tints of Oracle #2C595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 95 (37.5% from 255) = 41.67%

R = 19.3%
G = 39.04%
B = 41.67%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2C595F (or 0x2C595F) is known color: Oracle. HEX triplet: 2C, 59 and 5F. RGB value is (44,89,95). Sum of RGB (Red+Green+Blue) = 44+89+95=228 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.30% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C595F is #D3A6A0. Grayscale: #4C4C4C. Windows color (decimal): -13870753 or 6248748. OLE color: 6248748.

HSL color Cylindrical-coordinate representation of color #2C595F: hue angle of 187.06º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2C595F is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 89 95 -
CMYK 0.54 0.06 0 0.63
HSL 187.06º 0.37% 0.27% -
HSV(B) 187.06º 0.54% 0.37% -
XYZ 6.68 8.51 12.12 -
YUV 76.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 44 89 95 0.54 0.06 0 0.63 187.06 0.37 0.27
Hex 2C 59 5F 36 6 0 3F BB 25 1B
Octal 54 131 137 66 6 0 77 273 45 33
Binary 101100 1011001 1011111 110110 110 0 111111 10111011 100101 11011

Color Harmonies of #2C595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C595F

Black with #2C595F

Text Example


Text Example

White with #2C595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,89,95); }

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

background-color css

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

 a { background-color: rgb(44,89,95); }

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

border-color css

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

 span { border-color: rgb(44,89,95); }

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