Html Css Color HEX #213F6E Catalina Blue

📋 copy color: '#213F6E'

red 33 ◦ green 63 ◦ blue 110

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

Shades of Catalina Blue #213F6E

Tints of Catalina Blue #213F6E

RGB

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

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

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

R = 16.02%
G = 30.58%
B = 53.4%

CMYK

 C value IS 0.7

 M value IS 0.43

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#213F6E (or 0x213F6E) is known color: Catalina Blue. HEX triplet: 21, 3F and 6E. RGB value is (33,63,110). Sum of RGB (Red+Green+Blue) = 33+63+110=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #213F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F6E is #DEC091. Grayscale: #3B3B3B. Windows color (decimal): -14598290 or 7225121. OLE color: 7225121.

HSL color Cylindrical-coordinate representation of color #213F6E: hue angle of 216.62º 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 #213F6E is Cyan = 0.7, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 63 110 -
CMYK 0.7 0.43 0 0.57
HSL 216.62º 0.54% 0.28% -
HSV(B) 216.62º 0.7% 0.43% -
XYZ 5.22 5 15.44 -
YUV 59.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 33 63 110 0.7 0.43 0 0.57 216.62 0.54 0.28
Hex 21 3F 6E 46 2B 0 39 D9 36 1C
Octal 41 77 156 106 53 0 71 331 66 34
Binary 100001 111111 1101110 1000110 101011 0 111001 11011001 110110 11100

Color Harmonies of #213F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F6E

Black with #213F6E

Text Example


Text Example

White with #213F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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