Html Css Color HEX #20435D Regal Blue

📋 copy color: '#20435D'

red 32 ◦ green 67 ◦ blue 93

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

Shades of Regal Blue #20435D

Tints of Regal Blue #20435D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.9%

 BLUE value IS 93 (36.72% from 255) = 48.44%

R = 16.67%
G = 34.9%
B = 48.44%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#20435D (or 0x20435D) is known color: Regal Blue. HEX triplet: 20, 43 and 5D. RGB value is (32,67,93). Sum of RGB (Red+Green+Blue) = 32+67+93=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #20435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20435D is #DFBCA2. Grayscale: #3B3B3B. Windows color (decimal): -14662819 or 6112032. OLE color: 6112032.

HSL color Cylindrical-coordinate representation of color #20435D: hue angle of 205.57º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20435D is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 67 93 -
CMYK 0.66 0.28 0 0.64
HSL 205.57º 0.49% 0.25% -
HSV(B) 205.57º 0.66% 0.36% -
XYZ 4.58 5.11 11.1 -
YUV 59.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 32 67 93 0.66 0.28 0 0.64 205.57 0.49 0.25
Hex 20 43 5D 42 1C 0 40 CE 31 19
Octal 40 103 135 102 34 0 100 316 61 31
Binary 100000 1000011 1011101 1000010 11100 0 1000000 11001110 110001 11001

Color Harmonies of #20435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20435D

Black with #20435D

Text Example


Text Example

White with #20435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20435D; }

 p { color: rgb(32,67,93); }

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

background-color css

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

 a { background-color: rgb(32,67,93); }

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

border-color css

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

 span { border-color: rgb(32,67,93); }

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