#2E435A

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

Shades of Catalina Blue #2E435A

Tints of Catalina Blue #2E435A

Color information

#2E435A (or 0x2E435A) is unknown color: approx Catalina Blue. HEX triplet: 2E, 43 and 5A. RGB value is (46,67,90). Sum of RGB (Red+Green+Blue) = 46+67+90=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E435A is #D1BCA5. Grayscale: #3F3F3F. Windows color (decimal): -13745318 or 5915438. OLE color: 5915438.

HSL color Cylindrical-coordinate representation of color #2E435A: hue angle of 211.36º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E435A is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB466790-
CMYK0.490.2600.65
HSL211.36º32.35%26.67%-
HSV(B)211.36º48.89%35.29%-
XYZ4.985.3310.44-
YUV63.34143.04115.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=22.66%
G=33.00%
B=44.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4667900.490.2600.65211.3632.3526.67
Hex2E435A311A041d3201b
Octal56103132613201013234033
Binary1011101000011101101011000111010010000011101001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,67,90); }

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

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

 a { background-color: rgb(46,67,90); }

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

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

 span { border-color: rgb(46,67,90); }

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