Html Css Color HEX #21345B Catalina Blue

📋 copy color: '#21345B'

red 33 ◦ green 52 ◦ blue 91

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

Shades of Catalina Blue #21345B

Tints of Catalina Blue #21345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 91 (35.94% from 255) = 51.7%

R = 18.75%
G = 29.55%
B = 51.7%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21345B (or 0x21345B) is known color: Catalina Blue. HEX triplet: 21, 34 and 5B. RGB value is (33,52,91). Sum of RGB (Red+Green+Blue) = 33+52+91=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #21345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21345B is #DECBA4. Grayscale: #323232. Windows color (decimal): -14601125 or 5977121. OLE color: 5977121.

HSL color Cylindrical-coordinate representation of color #21345B: hue angle of 220.34º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21345B is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 52 91 -
CMYK 0.64 0.43 0 0.64
HSL 220.34º 0.47% 0.24% -
HSV(B) 220.34º 0.64% 0.36% -
XYZ 3.74 3.53 10.38 -
YUV 50.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 33 52 91 0.64 0.43 0 0.64 220.34 0.47 0.24
Hex 21 34 5B 40 2B 0 40 DC 2F 18
Octal 41 64 133 100 53 0 100 334 57 30
Binary 100001 110100 1011011 1000000 101011 0 1000000 11011100 101111 11000

Color Harmonies of #21345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21345B

Black with #21345B

Text Example


Text Example

White with #21345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21345B; }

 p { color: rgb(33,52,91); }

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

background-color css

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

 a { background-color: rgb(33,52,91); }

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

border-color css

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

 span { border-color: rgb(33,52,91); }

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