Html Css Color HEX #203462 Catalina Blue

📋 copy color: '#203462'

red 32 ◦ green 52 ◦ blue 98

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

Shades of Catalina Blue #203462

Tints of Catalina Blue #203462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 53.85%

R = 17.58%
G = 28.57%
B = 53.85%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203462 (or 0x203462) is known color: Catalina Blue. HEX triplet: 20, 34 and 62. RGB value is (32,52,98). Sum of RGB (Red+Green+Blue) = 32+52+98=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #203462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203462 is #DFCB9D. Grayscale: #333333. Windows color (decimal): -14666654 or 6435872. OLE color: 6435872.

HSL color Cylindrical-coordinate representation of color #203462: hue angle of 221.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203462 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 52 98 -
CMYK 0.67 0.47 0 0.62
HSL 221.82º 0.51% 0.25% -
HSV(B) 221.82º 0.67% 0.38% -
XYZ 4.03 3.64 12.05 -
YUV 51.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 32 52 98 0.67 0.47 0 0.62 221.82 0.51 0.25
Hex 20 34 62 43 2F 0 3E DE 33 19
Octal 40 64 142 103 57 0 76 336 63 31
Binary 100000 110100 1100010 1000011 101111 0 111110 11011110 110011 11001

Color Harmonies of #203462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203462

Black with #203462

Text Example


Text Example

White with #203462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203462; }

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

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

background-color css

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

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

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

border-color css

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

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

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