Html Css Color HEX #204268 Catalina Blue

📋 copy color: '#204268'

red 32 ◦ green 66 ◦ blue 104

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

Shades of Catalina Blue #204268

Tints of Catalina Blue #204268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

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

R = 15.84%
G = 32.67%
B = 51.49%

CMYK

 C value IS 0.69

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#204268 (or 0x204268) is known color: Catalina Blue. HEX triplet: 20, 42 and 68. RGB value is (32,66,104). Sum of RGB (Red+Green+Blue) = 32+66+104=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 104 (41.02% from 255 or 51.49% from 202); Max value from RGB is 104 - color contains mainly: blue. Hex color #204268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204268 is #DFBD97. Grayscale: #3B3B3B. Windows color (decimal): -14663064 or 6832672. OLE color: 6832672.

HSL color Cylindrical-coordinate representation of color #204268: hue angle of 211.67º 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 #204268 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 32 66 104 -
CMYK 0.69 0.37 0 0.59
HSL 211.67º 0.53% 0.27% -
HSV(B) 211.67º 0.69% 0.41% -
XYZ 5.04 5.2 13.84 -
YUV 60.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 32 66 104 0.69 0.37 0 0.59 211.67 0.53 0.27
Hex 20 42 68 45 25 0 3B D4 35 1B
Octal 40 102 150 105 45 0 73 324 65 33
Binary 100000 1000010 1101000 1000101 100101 0 111011 11010100 110101 11011

Color Harmonies of #204268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204268

Black with #204268

Text Example


Text Example

White with #204268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204268; }

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

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

background-color css

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

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

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

border-color css

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

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

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