Html Css Color HEX #38268A Windsor

📋 copy color: '#38268A'

red 56 ◦ green 38 ◦ blue 138

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

Shades of Windsor #38268A

Tints of Windsor #38268A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

 BLUE value IS 138 (54.3% from 255) = 59.48%

R = 24.14%
G = 16.38%
B = 59.48%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#38268A (or 0x38268A) is known color: Windsor. HEX triplet: 38, 26 and 8A. RGB value is (56,38,138). Sum of RGB (Red+Green+Blue) = 56+38+138=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #38268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38268A is #C7D975. Grayscale: #363636. Windows color (decimal): -13097334 or 9053752. OLE color: 9053752.

HSL color Cylindrical-coordinate representation of color #38268A: hue angle of 250.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38268A is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 38 138 -
CMYK 0.59 0.72 0 0.46
HSL 250.8º 0.57% 0.35% -
HSV(B) 250.8º 0.72% 0.54% -
XYZ 6.91 4.06 24.46 -
YUV 54.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 56 38 138 0.59 0.72 0 0.46 250.8 0.57 0.35
Hex 38 26 8A 3B 48 0 2E FB 39 23
Octal 70 46 212 73 110 0 56 373 71 43
Binary 111000 100110 10001010 111011 1001000 0 101110 11111011 111001 100011

Color Harmonies of #38268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38268A

Black with #38268A

Text Example


Text Example

White with #38268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38268A; }

 p { color: rgb(56,38,138); }

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

background-color css

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

 a { background-color: rgb(56,38,138); }

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

border-color css

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

 span { border-color: rgb(56,38,138); }

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