Html Css Color HEX #204368 Regal Blue

📋 copy color: '#204368'

red 32 ◦ green 67 ◦ blue 104

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

Shades of Regal Blue #204368

Tints of Regal Blue #204368

RGB

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

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

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

R = 15.76%
G = 33%
B = 51.23%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#204368 (or 0x204368) is known color: Regal Blue. HEX triplet: 20, 43 and 68. RGB value is (32,67,104). Sum of RGB (Red+Green+Blue) = 32+67+104=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #204368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204368 is #DFBC97. Grayscale: #3C3C3C. Windows color (decimal): -14662808 or 6832928. OLE color: 6832928.

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

Color convert

RGB 32 67 104 -
CMYK 0.69 0.36 0 0.59
HSL 210.83º 0.53% 0.27% -
HSV(B) 210.83º 0.69% 0.41% -
XYZ 5.1 5.32 13.85 -
YUV 60.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 32 67 104 0.69 0.36 0 0.59 210.83 0.53 0.27
Hex 20 43 68 45 24 0 3B D3 35 1B
Octal 40 103 150 105 44 0 73 323 65 33
Binary 100000 1000011 1101000 1000101 100100 0 111011 11010011 110101 11011

Color Harmonies of #204368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204368

Black with #204368

Text Example


Text Example

White with #204368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204368; }

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

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

background-color css

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

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

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

border-color css

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

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

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