Html Css Color HEX #2C595B Oracle

📋 copy color: '#2C595B'

red 44 ◦ green 89 ◦ blue 91

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

Shades of Oracle #2C595B

Tints of Oracle #2C595B

RGB

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

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

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

R = 19.64%
G = 39.73%
B = 40.63%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2C595B (or 0x2C595B) is known color: Oracle. HEX triplet: 2C, 59 and 5B. RGB value is (44,89,91). Sum of RGB (Red+Green+Blue) = 44+89+91=224 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.64% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #2C595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C595B is #D3A6A4. Grayscale: #4B4B4B. Windows color (decimal): -13870757 or 5986604. OLE color: 5986604.

HSL color Cylindrical-coordinate representation of color #2C595B: hue angle of 182.55º 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 #2C595B is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 44 89 91 -
CMYK 0.52 0.02 0 0.64
HSL 182.55º 0.35% 0.26% -
HSV(B) 182.55º 0.52% 0.36% -
XYZ 6.5 8.44 11.18 -
YUV 75.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 44 89 91 0.52 0.02 0 0.64 182.55 0.35 0.26
Hex 2C 59 5B 34 2 0 40 B7 23 1A
Octal 54 131 133 64 2 0 100 267 43 32
Binary 101100 1011001 1011011 110100 10 0 1000000 10110111 100011 11010

Color Harmonies of #2C595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C595B

Black with #2C595B

Text Example


Text Example

White with #2C595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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