Html Css Color HEX #3A268A Windsor

📋 copy color: '#3A268A'

red 58 ◦ green 38 ◦ blue 138

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

Shades of Windsor #3A268A

Tints of Windsor #3A268A

RGB

 RED value IS 58 (23.05% from 255) = 24.79%

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

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

R = 24.79%
G = 16.24%
B = 58.97%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A268A (or 0x3A268A) is known color: Windsor. HEX triplet: 3A, 26 and 8A. RGB value is (58,38,138). Sum of RGB (Red+Green+Blue) = 58+38+138=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A268A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A268A is #C5D975. Grayscale: #363636. Windows color (decimal): -12966262 or 9053754. OLE color: 9053754.

HSL color Cylindrical-coordinate representation of color #3A268A: hue angle of 252º 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 #3A268A is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 38 138 -
CMYK 0.58 0.72 0 0.46
HSL 252º 0.57% 0.35% -
HSV(B) 252º 0.72% 0.54% -
XYZ 7.03 4.12 24.47 -
YUV 55.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 58 38 138 0.58 0.72 0 0.46 252 0.57 0.35
Hex 3A 26 8A 3A 48 0 2E FC 39 23
Octal 72 46 212 72 110 0 56 374 71 43
Binary 111010 100110 10001010 111010 1001000 0 101110 11111100 111001 100011

Color Harmonies of #3A268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A268A

Black with #3A268A

Text Example


Text Example

White with #3A268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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