Html Css Color HEX #3C268B Windsor

📋 copy color: '#3C268B'

red 60 ◦ green 38 ◦ blue 139

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

Shades of Windsor #3C268B

Tints of Windsor #3C268B

RGB

 RED value IS 60 (23.83% from 255) = 25.32%

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

 BLUE value IS 139 (54.69% from 255) = 58.65%

R = 25.32%
G = 16.03%
B = 58.65%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C268B (or 0x3C268B) is known color: Windsor. HEX triplet: 3C, 26 and 8B. RGB value is (60,38,139). Sum of RGB (Red+Green+Blue) = 60+38+139=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C268B is #C3D974. Grayscale: #373737. Windows color (decimal): -12835189 or 9119292. OLE color: 9119292.

HSL color Cylindrical-coordinate representation of color #3C268B: hue angle of 253.07º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C268B is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 38 139 -
CMYK 0.57 0.73 0 0.45
HSL 253.07º 0.57% 0.35% -
HSV(B) 253.07º 0.73% 0.55% -
XYZ 7.22 4.21 24.86 -
YUV 56.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 60 38 139 0.57 0.73 0 0.45 253.07 0.57 0.35
Hex 3C 26 8B 39 49 0 2D FD 39 23
Octal 74 46 213 71 111 0 55 375 71 43
Binary 111100 100110 10001011 111001 1001001 0 101101 11111101 111001 100011

Color Harmonies of #3C268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C268B

Black with #3C268B

Text Example


Text Example

White with #3C268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,38,139); }

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

background-color css

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

 a { background-color: rgb(60,38,139); }

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

border-color css

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

 span { border-color: rgb(60,38,139); }

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