Html Css Color HEX #213F6C Catalina Blue

📋 copy color: '#213F6C'

red 33 ◦ green 63 ◦ blue 108

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

Shades of Catalina Blue #213F6C

Tints of Catalina Blue #213F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 16.18%
G = 30.88%
B = 52.94%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#213F6C (or 0x213F6C) is known color: Catalina Blue. HEX triplet: 21, 3F and 6C. RGB value is (33,63,108). Sum of RGB (Red+Green+Blue) = 33+63+108=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #213F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F6C is #DEC093. Grayscale: #3A3A3A. Windows color (decimal): -14598292 or 7094049. OLE color: 7094049.

HSL color Cylindrical-coordinate representation of color #213F6C: hue angle of 216º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213F6C is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 63 108 -
CMYK 0.69 0.42 0 0.58
HSL 216º 0.53% 0.28% -
HSV(B) 216º 0.69% 0.42% -
XYZ 5.11 4.96 14.88 -
YUV 59.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 33 63 108 0.69 0.42 0 0.58 216 0.53 0.28
Hex 21 3F 6C 45 2A 0 3A D8 35 1C
Octal 41 77 154 105 52 0 72 330 65 34
Binary 100001 111111 1101100 1000101 101010 0 111010 11011000 110101 11100

Color Harmonies of #213F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F6C

Black with #213F6C

Text Example


Text Example

White with #213F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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