Html Css Color HEX #2B3F66 Catalina Blue

📋 copy color: '#2B3F66'

red 43 ◦ green 63 ◦ blue 102

#2B3F66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #2B3F66

Tints of Catalina Blue #2B3F66

RGB

 RED value IS 43 (17.19% from 255) = 20.67%

 GREEN value IS 63 (25% from 255) = 30.29%

 BLUE value IS 102 (40.23% from 255) = 49.04%

R = 20.67%
G = 30.29%
B = 49.04%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B3F66 (or 0x2B3F66) is known color: Catalina Blue. HEX triplet: 2B, 3F and 66. RGB value is (43,63,102). Sum of RGB (Red+Green+Blue) = 43+63+102=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B3F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3F66 is #D4C099. Grayscale: #3D3D3D. Windows color (decimal): -13942938 or 6700843. OLE color: 6700843.

HSL color Cylindrical-coordinate representation of color #2B3F66: hue angle of 219.66º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B3F66 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 43 63 102 -
CMYK 0.58 0.38 0 0.6
HSL 219.66º 0.41% 0.28% -
HSV(B) 219.66º 0.58% 0.4% -
XYZ 5.17 5.03 13.27 -
YUV 61.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 43 63 102 0.58 0.38 0 0.6 219.66 0.41 0.28
Hex 2B 3F 66 3A 26 0 3C DC 29 1C
Octal 53 77 146 72 46 0 74 334 51 34
Binary 101011 111111 1100110 111010 100110 0 111100 11011100 101001 11100

Color Harmonies of #2B3F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3F66

Black with #2B3F66

Text Example


Text Example

White with #2B3F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,63,102); }

 H1.HeaderClassName
 {
   color: #2B3F66;
 }
 .AnyTagClassName
 {
   color: #2B3F66;
 }
</style>

background-color css

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

 a { background-color: rgb(43,63,102); }

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

border-color css

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

 span { border-color: rgb(43,63,102); }

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