Html Css Color HEX #2C585F Oracle

📋 copy color: '#2C585F'

red 44 ◦ green 88 ◦ blue 95

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

Shades of Oracle #2C585F

Tints of Oracle #2C585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.77%

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

R = 19.38%
G = 38.77%
B = 41.85%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2C585F (or 0x2C585F) is known color: Oracle. HEX triplet: 2C, 58 and 5F. RGB value is (44,88,95). Sum of RGB (Red+Green+Blue) = 44+88+95=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #2C585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C585F is #D3A7A0. Grayscale: #4B4B4B. Windows color (decimal): -13871009 or 6248492. OLE color: 6248492.

HSL color Cylindrical-coordinate representation of color #2C585F: hue angle of 188.24º 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 #2C585F is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 88 95 -
CMYK 0.54 0.07 0 0.63
HSL 188.24º 0.37% 0.27% -
HSV(B) 188.24º 0.54% 0.37% -
XYZ 6.59 8.34 12.09 -
YUV 75.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 44 88 95 0.54 0.07 0 0.63 188.24 0.37 0.27
Hex 2C 58 5F 36 7 0 3F BC 25 1B
Octal 54 130 137 66 7 0 77 274 45 33
Binary 101100 1011000 1011111 110110 111 0 111111 10111100 100101 11011

Color Harmonies of #2C585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C585F

Black with #2C585F

Text Example


Text Example

White with #2C585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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