Html Css Color HEX #203468 Catalina Blue

📋 copy color: '#203468'

red 32 ◦ green 52 ◦ blue 104

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

Shades of Catalina Blue #203468

Tints of Catalina Blue #203468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.32%

R = 17.02%
G = 27.66%
B = 55.32%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#203468 (or 0x203468) is known color: Catalina Blue. HEX triplet: 20, 34 and 68. RGB value is (32,52,104). Sum of RGB (Red+Green+Blue) = 32+52+104=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #203468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203468 is #DFCB97. Grayscale: #333333. Windows color (decimal): -14666648 or 6829088. OLE color: 6829088.

HSL color Cylindrical-coordinate representation of color #203468: hue angle of 223.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #203468 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 52 104 -
CMYK 0.69 0.50 0 0.59
HSL 223.33º 0.53% 0.27% -
HSV(B) 223.33º 0.69% 0.41% -
XYZ 4.32 3.76 13.6 -
YUV 51.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 32 52 104 0.69 0.50 0 0.59 223.33 0.53 0.27
Hex 20 34 68 45 32 0 3B DF 35 1B
Octal 40 64 150 105 62 0 73 337 65 33
Binary 100000 110100 1101000 1000101 110010 0 111011 11011111 110101 11011

Color Harmonies of #203468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203468

Black with #203468

Text Example


Text Example

White with #203468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203468; }

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

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

background-color css

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

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

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

border-color css

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

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

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