Html Css Color HEX #20345F Catalina Blue

📋 copy color: '#20345F'

red 32 ◦ green 52 ◦ blue 95

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

Shades of Catalina Blue #20345F

Tints of Catalina Blue #20345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.07%

R = 17.88%
G = 29.05%
B = 53.07%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20345F (or 0x20345F) is known color: Catalina Blue. HEX triplet: 20, 34 and 5F. RGB value is (32,52,95). Sum of RGB (Red+Green+Blue) = 32+52+95=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #20345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20345F is #DFCBA0. Grayscale: #323232. Windows color (decimal): -14666657 or 6239264. OLE color: 6239264.

HSL color Cylindrical-coordinate representation of color #20345F: hue angle of 220.95º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20345F is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 52 95 -
CMYK 0.66 0.45 0 0.63
HSL 220.95º 0.5% 0.25% -
HSV(B) 220.95º 0.66% 0.37% -
XYZ 3.89 3.59 11.31 -
YUV 50.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 32 52 95 0.66 0.45 0 0.63 220.95 0.5 0.25
Hex 20 34 5F 42 2D 0 3F DD 32 19
Octal 40 64 137 102 55 0 77 335 62 31
Binary 100000 110100 1011111 1000010 101101 0 111111 11011101 110010 11001

Color Harmonies of #20345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20345F

Black with #20345F

Text Example


Text Example

White with #20345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20345F; }

 p { color: rgb(32,52,95); }

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

background-color css

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

 a { background-color: rgb(32,52,95); }

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

border-color css

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

 span { border-color: rgb(32,52,95); }

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