Html Css Color HEX #213B6E Catalina Blue

📋 copy color: '#213B6E'

red 33 ◦ green 59 ◦ blue 110

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

Shades of Catalina Blue #213B6E

Tints of Catalina Blue #213B6E

RGB

 RED value IS 33 (13.28% from 255) = 16.34%

 GREEN value IS 59 (23.44% from 255) = 29.21%

 BLUE value IS 110 (43.36% from 255) = 54.46%

R = 16.34%
G = 29.21%
B = 54.46%

CMYK

 C value IS 0.7

 M value IS 0.46

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#213B6E (or 0x213B6E) is known color: Catalina Blue. HEX triplet: 21, 3B and 6E. RGB value is (33,59,110). Sum of RGB (Red+Green+Blue) = 33+59+110=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #213B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B6E is #DEC491. Grayscale: #383838. Windows color (decimal): -14599314 or 7224097. OLE color: 7224097.

HSL color Cylindrical-coordinate representation of color #213B6E: hue angle of 219.74º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #213B6E is Cyan = 0.7, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 59 110 -
CMYK 0.7 0.46 0 0.57
HSL 219.74º 0.54% 0.28% -
HSV(B) 219.74º 0.7% 0.43% -
XYZ 5.01 4.58 15.37 -
YUV 57.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 33 59 110 0.7 0.46 0 0.57 219.74 0.54 0.28
Hex 21 3B 6E 46 2E 0 39 DC 36 1C
Octal 41 73 156 106 56 0 71 334 66 34
Binary 100001 111011 1101110 1000110 101110 0 111001 11011100 110110 11100

Color Harmonies of #213B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B6E

Black with #213B6E

Text Example


Text Example

White with #213B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213B6E; }

 p { color: rgb(33,59,110); }

 H1.HeaderClassName
 {
   color: #213B6E;
 }
 .AnyTagClassName
 {
   color: #213B6E;
 }
</style>

background-color css

<style>
 a { background-color: #213B6E; }

 a { background-color: rgb(33,59,110); }

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

border-color css

<style>
 span { border-color: #213B6E; }

 span { border-color: rgb(33,59,110); }

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