Html Css Color HEX #382473 Windsor

📋 copy color: '#382473'

red 56 ◦ green 36 ◦ blue 115

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

Shades of Windsor #382473

Tints of Windsor #382473

RGB

 RED value IS 56 (22.27% from 255) = 27.05%

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 115 (45.31% from 255) = 55.56%

R = 27.05%
G = 17.39%
B = 55.56%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#382473 (or 0x382473) is known color: Windsor. HEX triplet: 38, 24 and 73. RGB value is (56,36,115). Sum of RGB (Red+Green+Blue) = 56+36+115=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #382473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382473 is #C7DB8C. Grayscale: #323232. Windows color (decimal): -13097869 or 7545912. OLE color: 7545912.

HSL color Cylindrical-coordinate representation of color #382473: hue angle of 255.19º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #382473 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 36 115 -
CMYK 0.51 0.69 0 0.55
HSL 255.19º 0.52% 0.3% -
HSV(B) 255.19º 0.69% 0.45% -
XYZ 5.36 3.34 16.58 -
YUV 50.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 56 36 115 0.51 0.69 0 0.55 255.19 0.52 0.3
Hex 38 24 73 33 45 0 37 FF 34 1E
Octal 70 44 163 63 105 0 67 377 64 36
Binary 111000 100100 1110011 110011 1000101 0 110111 11111111 110100 11110

Color Harmonies of #382473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382473

Black with #382473

Text Example


Text Example

White with #382473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382473; }

 p { color: rgb(56,36,115); }

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

background-color css

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

 a { background-color: rgb(56,36,115); }

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

border-color css

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

 span { border-color: rgb(56,36,115); }

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