#2a5c5f

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

Shades of Oracle #2A5C5F

Tints of Oracle #2A5C5F

Color information

#2A5C5F (or 0x2A5C5F) is unknown color: approx Oracle. HEX triplet: 2A, 5C and 5F. RGB value is (42,92,95). Sum of RGB (Red+Green+Blue) = 42+92+95=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A5C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5C5F is #D5A3A0. Grayscale: #4D4D4D. Windows color (decimal): -14001057 or 6249514. OLE color: 6249514.

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

Color convert

RGB429295-
CMYK0.560.0300.63
HSL183.4º38.69%26.86%-
HSV(B)183.4º55.79%37.25%-
XYZ6.858.9712.2-
YUV77.39137.94102.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.34%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=18.34%
G=40.17%
B=41.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4292950.560.0300.63183.438.6926.86
Hex2A5C5F38303Fb7271b
Octal521341377030772674733
Binary101010101110010111111110001101111111011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a5c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,92,95); }

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

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

 a { background-color: rgb(42,92,95); }

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

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

 span { border-color: rgb(42,92,95); }

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