Html Css Color HEX #382374 Windsor

📋 copy color: '#382374'

red 56 ◦ green 35 ◦ blue 116

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

Shades of Windsor #382374

Tints of Windsor #382374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 27.05%
G = 16.91%
B = 56.04%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#382374 (or 0x382374) is known color: Windsor. HEX triplet: 38, 23 and 74. RGB value is (56,35,116). Sum of RGB (Red+Green+Blue) = 56+35+116=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #382374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382374 is #C7DC8B. Grayscale: #323232. Windows color (decimal): -13098124 or 7611192. OLE color: 7611192.

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

Color convert

RGB 56 35 116 -
CMYK 0.52 0.70 0 0.55
HSL 255.56º 0.54% 0.3% -
HSV(B) 255.56º 0.7% 0.45% -
XYZ 5.38 3.3 16.88 -
YUV 50.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 56 35 116 0.52 0.70 0 0.55 255.56 0.54 0.3
Hex 38 23 74 34 46 0 37 100 36 1E
Octal 70 43 164 64 106 0 67 400 66 36
Binary 111000 100011 1110100 110100 1000110 0 110111 100000000 110110 11110

Color Harmonies of #382374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382374

Black with #382374

Text Example


Text Example

White with #382374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382374; }

 p { color: rgb(56,35,116); }

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

background-color css

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

 a { background-color: rgb(56,35,116); }

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

border-color css

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

 span { border-color: rgb(56,35,116); }

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