#2B4363

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

Shades of Catalina Blue #2B4363

Tints of Catalina Blue #2B4363

Color information

#2B4363 (or 0x2B4363) is unknown color: approx Catalina Blue. HEX triplet: 2B, 43 and 63. RGB value is (43,67,99). Sum of RGB (Red+Green+Blue) = 43+67+99=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4363 is #D4BC9C. Grayscale: #3F3F3F. Windows color (decimal): -13941917 or 6505259. OLE color: 6505259.

HSL color Cylindrical-coordinate representation of color #2B4363: hue angle of 214.29º degrees, saturation: 0.39, 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 #2B4363 is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB436799-
CMYK0.570.3200.61
HSL214.29º39.44%27.84%-
HSV(B)214.29º56.57%38.82%-
XYZ5.265.4312.58-
YUV63.47148.05113.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 99 (39.06% from 255) = 47.37%
R=20.57%
G=32.06%
B=47.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4367990.570.3200.61214.2939.4427.84
Hex2B4363392003Dd6271c
Octal5310314371400753264734
Binary1010111000011110001111100110000001111011101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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