Html Css Color HEX #213D67 Catalina Blue

📋 copy color: '#213D67'

red 33 ◦ green 61 ◦ blue 103

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

Shades of Catalina Blue #213D67

Tints of Catalina Blue #213D67

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

 BLUE value IS 103 (40.63% from 255) = 52.28%

R = 16.75%
G = 30.96%
B = 52.28%

CMYK

 C value IS 0.68

 M value IS 0.41

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#213D67 (or 0x213D67) is known color: Catalina Blue. HEX triplet: 21, 3D and 67. RGB value is (33,61,103). Sum of RGB (Red+Green+Blue) = 33+61+103=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #213D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D67 is #DEC298. Grayscale: #393939. Windows color (decimal): -14598809 or 6765857. OLE color: 6765857.

HSL color Cylindrical-coordinate representation of color #213D67: hue angle of 216º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #213D67 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 61 103 -
CMYK 0.68 0.41 0 0.60
HSL 216º 0.51% 0.27% -
HSV(B) 216º 0.68% 0.4% -
XYZ 4.74 4.64 13.48 -
YUV 57.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 33 61 103 0.68 0.41 0 0.60 216 0.51 0.27
Hex 21 3D 67 44 29 0 3C D8 33 1B
Octal 41 75 147 104 51 0 74 330 63 33
Binary 100001 111101 1100111 1000100 101001 0 111100 11011000 110011 11011

Color Harmonies of #213D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D67

Black with #213D67

Text Example


Text Example

White with #213D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,61,103); }

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

background-color css

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

 a { background-color: rgb(33,61,103); }

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

border-color css

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

 span { border-color: rgb(33,61,103); }

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