Html Css Color HEX #21385C Catalina Blue

📋 copy color: '#21385C'

red 33 ◦ green 56 ◦ blue 92

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

Shades of Catalina Blue #21385C

Tints of Catalina Blue #21385C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.83%

R = 18.23%
G = 30.94%
B = 50.83%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21385C (or 0x21385C) is known color: Catalina Blue. HEX triplet: 21, 38 and 5C. RGB value is (33,56,92). Sum of RGB (Red+Green+Blue) = 33+56+92=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #21385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21385C is #DEC7A3. Grayscale: #353535. Windows color (decimal): -14600100 or 6043681. OLE color: 6043681.

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

Color convert

RGB 33 56 92 -
CMYK 0.64 0.39 0 0.64
HSL 216.61º 0.47% 0.25% -
HSV(B) 216.61º 0.64% 0.36% -
XYZ 3.97 3.92 10.67 -
YUV 53.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 33 56 92 0.64 0.39 0 0.64 216.61 0.47 0.25
Hex 21 38 5C 40 27 0 40 D9 2F 19
Octal 41 70 134 100 47 0 100 331 57 31
Binary 100001 111000 1011100 1000000 100111 0 1000000 11011001 101111 11001

Color Harmonies of #21385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21385C

Black with #21385C

Text Example


Text Example

White with #21385C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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