Html Css Color HEX #2B3D62 Catalina Blue

📋 copy color: '#2B3D62'

red 43 ◦ green 61 ◦ blue 98

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

Shades of Catalina Blue #2B3D62

Tints of Catalina Blue #2B3D62

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.2%

 BLUE value IS 98 (38.67% from 255) = 48.51%

R = 21.29%
G = 30.2%
B = 48.51%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B3D62 (or 0x2B3D62) is known color: Catalina Blue. HEX triplet: 2B, 3D and 62. RGB value is (43,61,98). Sum of RGB (Red+Green+Blue) = 43+61+98=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B3D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3D62 is #D4C29D. Grayscale: #3B3B3B. Windows color (decimal): -13943454 or 6438187. OLE color: 6438187.

HSL color Cylindrical-coordinate representation of color #2B3D62: hue angle of 220.36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B3D62 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 61 98 -
CMYK 0.56 0.38 0 0.62
HSL 220.36º 0.39% 0.28% -
HSV(B) 220.36º 0.56% 0.38% -
XYZ 4.87 4.73 12.21 -
YUV 59.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 43 61 98 0.56 0.38 0 0.62 220.36 0.39 0.28
Hex 2B 3D 62 38 26 0 3E DC 27 1C
Octal 53 75 142 70 46 0 76 334 47 34
Binary 101011 111101 1100010 111000 100110 0 111110 11011100 100111 11100

Color Harmonies of #2B3D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3D62

Black with #2B3D62

Text Example


Text Example

White with #2B3D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,61,98); }

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

background-color css

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

 a { background-color: rgb(43,61,98); }

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

border-color css

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

 span { border-color: rgb(43,61,98); }

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