#2C5E62

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

Shades of Oracle #2C5E62

Tints of Oracle #2C5E62

Color information

#2C5E62 (or 0x2C5E62) is unknown color: approx Oracle. HEX triplet: 2C, 5E and 62. RGB value is (44,94,98). Sum of RGB (Red+Green+Blue) = 44+94+98=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #2C5E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5E62 is #D3A19D. Grayscale: #4F4F4F. Windows color (decimal): -13869470 or 6446636. OLE color: 6446636.

HSL color Cylindrical-coordinate representation of color #2C5E62: hue angle of 184.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2C5E62 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB449498-
CMYK0.550.0400.62
HSL184.44º38.03%27.84%-
HSV(B)184.44º55.1%38.43%-
XYZ7.259.4212.99-
YUV79.51138.44102.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.64%
GREEN value IS 94 (37.11% from 255) = 39.83%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=18.64%
G=39.83%
B=41.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4494980.550.0400.62184.4438.0327.84
Hex2C5E6237403Eb8261c
Octal541361426740762704634
Binary1011001011110110001011011110001111101011100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,94,98); }

 H1.HeaderClassName
 {
   color: #2C5E62;
 }
 .AnyTagClassName
 {
   color: #2C5E62;
 }
</style>
background-color css

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

 a { background-color: rgb(44,94,98); }

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

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

 span { border-color: rgb(44,94,98); }

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