#2B4364

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

Shades of Catalina Blue #2B4364

Tints of Catalina Blue #2B4364

Color information

#2B4364 (or 0x2B4364) is unknown color: approx Catalina Blue. HEX triplet: 2B, 43 and 64. RGB value is (43,67,100). Sum of RGB (Red+Green+Blue) = 43+67+100=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #2B4364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4364 is #D4BC9B. Grayscale: #3F3F3F. Windows color (decimal): -13941916 or 6570795. OLE color: 6570795.

HSL color Cylindrical-coordinate representation of color #2B4364: hue angle of 214.74º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B4364 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4367100-
CMYK0.570.3300.61
HSL214.74º39.86%28.04%-
HSV(B)214.74º57%39.22%-
XYZ5.35.4512.83-
YUV63.59148.55113.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.48%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 100 (39.45% from 255) = 47.62%
R=20.48%
G=31.90%
B=47.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal43671000.570.3300.61214.7439.8628.04
Hex2B4364392103Dd7281c
Octal5310314471410753275034
Binary1010111000011110010011100110000101111011101011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,67,100); }

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

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

 a { background-color: rgb(43,67,100); }

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

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

 span { border-color: rgb(43,67,100); }

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