Html Css Color HEX #213865 Catalina Blue

📋 copy color: '#213865'

red 33 ◦ green 56 ◦ blue 101

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

Shades of Catalina Blue #213865

Tints of Catalina Blue #213865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.47%

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 17.37%
G = 29.47%
B = 53.16%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#213865 (or 0x213865) is known color: Catalina Blue. HEX triplet: 21, 38 and 65. RGB value is (33,56,101). Sum of RGB (Red+Green+Blue) = 33+56+101=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #213865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213865 is #DEC79A. Grayscale: #363636. Windows color (decimal): -14600091 or 6633505. OLE color: 6633505.

HSL color Cylindrical-coordinate representation of color #213865: hue angle of 219.71º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213865 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 56 101 -
CMYK 0.67 0.45 0 0.60
HSL 219.71º 0.51% 0.26% -
HSV(B) 219.71º 0.67% 0.4% -
XYZ 4.39 4.09 12.87 -
YUV 54.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 33 56 101 0.67 0.45 0 0.60 219.71 0.51 0.26
Hex 21 38 65 43 2D 0 3C DC 33 1A
Octal 41 70 145 103 55 0 74 334 63 32
Binary 100001 111000 1100101 1000011 101101 0 111100 11011100 110011 11010

Color Harmonies of #213865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213865

Black with #213865

Text Example


Text Example

White with #213865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213865; }

 p { color: rgb(33,56,101); }

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

background-color css

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

 a { background-color: rgb(33,56,101); }

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

border-color css

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

 span { border-color: rgb(33,56,101); }

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