Html Css Color HEX #213669 Catalina Blue

📋 copy color: '#213669'

red 33 ◦ green 54 ◦ blue 105

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

Shades of Catalina Blue #213669

Tints of Catalina Blue #213669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

 BLUE value IS 105 (41.41% from 255) = 54.69%

R = 17.19%
G = 28.13%
B = 54.69%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213669 (or 0x213669) is known color: Catalina Blue. HEX triplet: 21, 36 and 69. RGB value is (33,54,105). Sum of RGB (Red+Green+Blue) = 33+54+105=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #213669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213669 is #DEC996. Grayscale: #353535. Windows color (decimal): -14600599 or 6895137. OLE color: 6895137.

HSL color Cylindrical-coordinate representation of color #213669: hue angle of 222.5º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213669 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 54 105 -
CMYK 0.69 0.49 0 0.59
HSL 222.5º 0.52% 0.27% -
HSV(B) 222.5º 0.69% 0.41% -
XYZ 4.5 3.98 13.9 -
YUV 53.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 33 54 105 0.69 0.49 0 0.59 222.5 0.52 0.27
Hex 21 36 69 45 31 0 3B DE 34 1B
Octal 41 66 151 105 61 0 73 336 64 33
Binary 100001 110110 1101001 1000101 110001 0 111011 11011110 110100 11011

Color Harmonies of #213669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213669

Black with #213669

Text Example


Text Example

White with #213669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213669; }

 p { color: rgb(33,54,105); }

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

background-color css

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

 a { background-color: rgb(33,54,105); }

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

border-color css

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

 span { border-color: rgb(33,54,105); }

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