Html Css Color HEX #213665 Catalina Blue

📋 copy color: '#213665'

red 33 ◦ green 54 ◦ blue 101

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

Shades of Catalina Blue #213665

Tints of Catalina Blue #213665

RGB

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

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

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

R = 17.55%
G = 28.72%
B = 53.72%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#213665 (or 0x213665) is known color: Catalina Blue. HEX triplet: 21, 36 and 65. RGB value is (33,54,101). Sum of RGB (Red+Green+Blue) = 33+54+101=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #213665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213665 is #DEC99A. Grayscale: #343434. Windows color (decimal): -14600603 or 6632993. OLE color: 6632993.

HSL color Cylindrical-coordinate representation of color #213665: hue angle of 221.47º 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 #213665 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 54 101 -
CMYK 0.67 0.47 0 0.60
HSL 221.47º 0.51% 0.26% -
HSV(B) 221.47º 0.67% 0.4% -
XYZ 4.3 3.9 12.84 -
YUV 53.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 33 54 101 0.67 0.47 0 0.60 221.47 0.51 0.26
Hex 21 36 65 43 2F 0 3C DD 33 1A
Octal 41 66 145 103 57 0 74 335 63 32
Binary 100001 110110 1100101 1000011 101111 0 111100 11011101 110011 11010

Color Harmonies of #213665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213665

Black with #213665

Text Example


Text Example

White with #213665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213665; }

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

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

background-color css

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

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

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

border-color css

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

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

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