Html Css Color HEX #213A6A Catalina Blue

📋 copy color: '#213A6A'

red 33 ◦ green 58 ◦ blue 106

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

Shades of Catalina Blue #213A6A

Tints of Catalina Blue #213A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

 BLUE value IS 106 (41.8% from 255) = 53.81%

R = 16.75%
G = 29.44%
B = 53.81%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#213A6A (or 0x213A6A) is known color: Catalina Blue. HEX triplet: 21, 3A and 6A. RGB value is (33,58,106). Sum of RGB (Red+Green+Blue) = 33+58+106=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #213A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213A6A is #DEC595. Grayscale: #373737. Windows color (decimal): -14599574 or 6961697. OLE color: 6961697.

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

Color convert

RGB 33 58 106 -
CMYK 0.69 0.45 0 0.58
HSL 219.45º 0.53% 0.27% -
HSV(B) 219.45º 0.69% 0.42% -
XYZ 4.74 4.39 14.23 -
YUV 56 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 33 58 106 0.69 0.45 0 0.58 219.45 0.53 0.27
Hex 21 3A 6A 45 2D 0 3A DB 35 1B
Octal 41 72 152 105 55 0 72 333 65 33
Binary 100001 111010 1101010 1000101 101101 0 111010 11011011 110101 11011

Color Harmonies of #213A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A6A

Black with #213A6A

Text Example


Text Example

White with #213A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,58,106); }

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

background-color css

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

 a { background-color: rgb(33,58,106); }

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

border-color css

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

 span { border-color: rgb(33,58,106); }

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