#2B3E5C

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

Shades of Catalina Blue #2B3E5C

Tints of Catalina Blue #2B3E5C

Color information

#2B3E5C (or 0x2B3E5C) is unknown color: approx Catalina Blue. HEX triplet: 2B, 3E and 5C. RGB value is (43,62,92). Sum of RGB (Red+Green+Blue) = 43+62+92=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B3E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3E5C is #D4C1A3. Grayscale: #3B3B3B. Windows color (decimal): -13943204 or 6045227. OLE color: 6045227.

HSL color Cylindrical-coordinate representation of color #2B3E5C: hue angle of 216.73º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B3E5C is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB436292-
CMYK0.530.3300.64
HSL216.73º36.3%26.47%-
HSV(B)216.73º53.26%36.08%-
XYZ4.654.7310.79-
YUV59.74146.21116.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 62 (24.61% from 255) = 31.47%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=21.83%
G=31.47%
B=46.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4362920.530.3300.64216.7336.326.47
Hex2B3E5C3521040d9241a
Octal5376134654101003314432
Binary1010111111101011100110101100001010000001101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,92); }

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

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

 a { background-color: rgb(43,62,92); }

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

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

 span { border-color: rgb(43,62,92); }

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