Html Css Color HEX #20385A Catalina Blue

📋 copy color: '#20385A'

red 32 ◦ green 56 ◦ blue 90

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

Shades of Catalina Blue #20385A

Tints of Catalina Blue #20385A

RGB

 RED value IS 32 (12.89% from 255) = 17.98%

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

 BLUE value IS 90 (35.55% from 255) = 50.56%

R = 17.98%
G = 31.46%
B = 50.56%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#20385A (or 0x20385A) is known color: Catalina Blue. HEX triplet: 20, 38 and 5A. RGB value is (32,56,90). Sum of RGB (Red+Green+Blue) = 32+56+90=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #20385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20385A is #DFC7A5. Grayscale: #343434. Windows color (decimal): -14665638 or 5912608. OLE color: 5912608.

HSL color Cylindrical-coordinate representation of color #20385A: hue angle of 215.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20385A is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 56 90 -
CMYK 0.64 0.38 0 0.65
HSL 215.17º 0.48% 0.24% -
HSV(B) 215.17º 0.64% 0.35% -
XYZ 3.86 3.87 10.22 -
YUV 52.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 32 56 90 0.64 0.38 0 0.65 215.17 0.48 0.24
Hex 20 38 5A 40 26 0 41 D7 30 18
Octal 40 70 132 100 46 0 101 327 60 30
Binary 100000 111000 1011010 1000000 100110 0 1000001 11010111 110000 11000

Color Harmonies of #20385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20385A

Black with #20385A

Text Example


Text Example

White with #20385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20385A; }

 p { color: rgb(32,56,90); }

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

background-color css

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

 a { background-color: rgb(32,56,90); }

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

border-color css

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

 span { border-color: rgb(32,56,90); }

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