Html Css Color HEX #21385B Catalina Blue

📋 copy color: '#21385B'

red 33 ◦ green 56 ◦ blue 91

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

Shades of Catalina Blue #21385B

Tints of Catalina Blue #21385B

RGB

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

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

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

R = 18.33%
G = 31.11%
B = 50.56%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21385B (or 0x21385B) is known color: Catalina Blue. HEX triplet: 21, 38 and 5B. RGB value is (33,56,91). Sum of RGB (Red+Green+Blue) = 33+56+91=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #21385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21385B is #DEC7A4. Grayscale: #343434. Windows color (decimal): -14600101 or 5978145. OLE color: 5978145.

HSL color Cylindrical-coordinate representation of color #21385B: hue angle of 216.21º 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 #21385B is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 56 91 -
CMYK 0.64 0.38 0 0.64
HSL 216.21º 0.47% 0.24% -
HSV(B) 216.21º 0.64% 0.36% -
XYZ 3.93 3.91 10.44 -
YUV 53.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 33 56 91 0.64 0.38 0 0.64 216.21 0.47 0.24
Hex 21 38 5B 40 26 0 40 D8 2F 18
Octal 41 70 133 100 46 0 100 330 57 30
Binary 100001 111000 1011011 1000000 100110 0 1000000 11011000 101111 11000

Color Harmonies of #21385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21385B

Black with #21385B

Text Example


Text Example

White with #21385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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