Html Css Color HEX #203057 Catalina Blue

📋 copy color: '#203057'

red 32 ◦ green 48 ◦ blue 87

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

Shades of Catalina Blue #203057

Tints of Catalina Blue #203057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

 BLUE value IS 87 (34.38% from 255) = 52.1%

R = 19.16%
G = 28.74%
B = 52.1%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#203057 (or 0x203057) is known color: Catalina Blue. HEX triplet: 20, 30 and 57. RGB value is (32,48,87). Sum of RGB (Red+Green+Blue) = 32+48+87=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #203057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203057 is #DFCFA8. Grayscale: #2F2F2F. Windows color (decimal): -14667689 or 5713952. OLE color: 5713952.

HSL color Cylindrical-coordinate representation of color #203057: hue angle of 222.55º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203057 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 48 87 -
CMYK 0.63 0.45 0 0.66
HSL 222.55º 0.46% 0.23% -
HSV(B) 222.55º 0.63% 0.34% -
XYZ 3.37 3.11 9.44 -
YUV 47.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 32 48 87 0.63 0.45 0 0.66 222.55 0.46 0.23
Hex 20 30 57 3F 2D 0 42 DF 2E 17
Octal 40 60 127 77 55 0 102 337 56 27
Binary 100000 110000 1010111 111111 101101 0 1000010 11011111 101110 10111

Color Harmonies of #203057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203057

Black with #203057

Text Example


Text Example

White with #203057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203057; }

 p { color: rgb(32,48,87); }

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

background-color css

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

 a { background-color: rgb(32,48,87); }

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

border-color css

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

 span { border-color: rgb(32,48,87); }

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