Html Css Color HEX #38257B Windsor

📋 copy color: '#38257B'

red 56 ◦ green 37 ◦ blue 123

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

Shades of Windsor #38257B

Tints of Windsor #38257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 56.94%

R = 25.93%
G = 17.13%
B = 56.94%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38257B (or 0x38257B) is known color: Windsor. HEX triplet: 38, 25 and 7B. RGB value is (56,37,123). Sum of RGB (Red+Green+Blue) = 56+37+123=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #38257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38257B is #C7DA84. Grayscale: #343434. Windows color (decimal): -13097605 or 8070456. OLE color: 8070456.

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

Color convert

RGB 56 37 123 -
CMYK 0.54 0.70 0 0.52
HSL 253.26º 0.54% 0.31% -
HSV(B) 253.26º 0.7% 0.48% -
XYZ 5.87 3.59 19.12 -
YUV 52.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 56 37 123 0.54 0.70 0 0.52 253.26 0.54 0.31
Hex 38 25 7B 36 46 0 34 FD 36 1F
Octal 70 45 173 66 106 0 64 375 66 37
Binary 111000 100101 1111011 110110 1000110 0 110100 11111101 110110 11111

Color Harmonies of #38257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38257B

Black with #38257B

Text Example


Text Example

White with #38257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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