Html Css Color HEX #213C69 Catalina Blue

📋 copy color: '#213C69'

red 33 ◦ green 60 ◦ blue 105

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

Shades of Catalina Blue #213C69

Tints of Catalina Blue #213C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.3%

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

R = 16.67%
G = 30.3%
B = 53.03%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213C69 (or 0x213C69) is known color: Catalina Blue. HEX triplet: 21, 3C and 69. RGB value is (33,60,105). Sum of RGB (Red+Green+Blue) = 33+60+105=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #213C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C69 is #DEC396. Grayscale: #383838. Windows color (decimal): -14599063 or 6896673. OLE color: 6896673.

HSL color Cylindrical-coordinate representation of color #213C69: hue angle of 217.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 #213C69 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 60 105 -
CMYK 0.69 0.43 0 0.59
HSL 217.5º 0.52% 0.27% -
HSV(B) 217.5º 0.69% 0.41% -
XYZ 4.79 4.57 14 -
YUV 57.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 33 60 105 0.69 0.43 0 0.59 217.5 0.52 0.27
Hex 21 3C 69 45 2B 0 3B DA 34 1B
Octal 41 74 151 105 53 0 73 332 64 33
Binary 100001 111100 1101001 1000101 101011 0 111011 11011010 110100 11011

Color Harmonies of #213C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C69

Black with #213C69

Text Example


Text Example

White with #213C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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