Html Css Color HEX #38257C Windsor

📋 copy color: '#38257C'

red 56 ◦ green 37 ◦ blue 124

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

Shades of Windsor #38257C

Tints of Windsor #38257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 25.81%
G = 17.05%
B = 57.14%

CMYK

 C value IS 0.55

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38257C (or 0x38257C) is known color: Windsor. HEX triplet: 38, 25 and 7C. RGB value is (56,37,124). Sum of RGB (Red+Green+Blue) = 56+37+124=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #38257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38257C is #C7DA83. Grayscale: #343434. Windows color (decimal): -13097604 or 8135992. OLE color: 8135992.

HSL color Cylindrical-coordinate representation of color #38257C: hue angle of 253.1º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38257C is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 37 124 -
CMYK 0.55 0.70 0 0.51
HSL 253.1º 0.54% 0.32% -
HSV(B) 253.1º 0.7% 0.49% -
XYZ 5.93 3.62 19.45 -
YUV 52.6 168.29 130.43 -
System Red Green Blue C M Y K H S L
Decimal 56 37 124 0.55 0.70 0 0.51 253.1 0.54 0.32
Hex 38 25 7C 37 46 0 33 FD 36 20
Octal 70 45 174 67 106 0 63 375 66 40
Binary 111000 100101 1111100 110111 1000110 0 110011 11111101 110110 100000

Color Harmonies of #38257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38257C

Black with #38257C

Text Example


Text Example

White with #38257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38257C; }

 p { color: rgb(56,37,124); }

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

background-color css

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

 a { background-color: rgb(56,37,124); }

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

border-color css

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

 span { border-color: rgb(56,37,124); }

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