#2B4468

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

Shades of Catalina Blue #2B4468

Tints of Catalina Blue #2B4468

Color information

#2B4468 (or 0x2B4468) is unknown color: approx Catalina Blue. HEX triplet: 2B, 44 and 68. RGB value is (43,68,104). Sum of RGB (Red+Green+Blue) = 43+68+104=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B4468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4468 is #D4BB97. Grayscale: #404040. Windows color (decimal): -13941656 or 6833195. OLE color: 6833195.

HSL color Cylindrical-coordinate representation of color #2B4468: hue angle of 215.41º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B4468 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4368104-
CMYK0.590.3500.59
HSL215.41º41.5%28.82%-
HSV(B)215.41º58.65%40.78%-
XYZ5.565.6513.89-
YUV64.63150.22112.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=20%
G=31.63%
B=48.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43681040.590.3500.59215.4141.528.82
Hex2B44683B2303Bd7291d
Octal5310415073430733275135
Binary1010111000100110100011101110001101110111101011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,104); }

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

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

 a { background-color: rgb(43,68,104); }

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

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

 span { border-color: rgb(43,68,104); }

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