Html Css Color HEX #3C238E Windsor

📋 copy color: '#3C238E'

red 60 ◦ green 35 ◦ blue 142

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

Shades of Windsor #3C238E

Tints of Windsor #3C238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.77%

 BLUE value IS 142 (55.86% from 255) = 59.92%

R = 25.32%
G = 14.77%
B = 59.92%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C238E (or 0x3C238E) is known color: Windsor. HEX triplet: 3C, 23 and 8E. RGB value is (60,35,142). Sum of RGB (Red+Green+Blue) = 60+35+142=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 142 (55.86% from 255 or 59.92% from 237); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C238E is #C3DC71. Grayscale: #363636. Windows color (decimal): -12835954 or 9315132. OLE color: 9315132.

HSL color Cylindrical-coordinate representation of color #3C238E: hue angle of 254.02º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C238E is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 35 142 -
CMYK 0.58 0.75 0 0.44
HSL 254.02º 0.6% 0.35% -
HSV(B) 254.02º 0.75% 0.56% -
XYZ 7.35 4.12 26 -
YUV 54.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 60 35 142 0.58 0.75 0 0.44 254.02 0.6 0.35
Hex 3C 23 8E 3A 4B 0 2C FE 3C 23
Octal 74 43 216 72 113 0 54 376 74 43
Binary 111100 100011 10001110 111010 1001011 0 101100 11111110 111100 100011

Color Harmonies of #3C238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C238E

Black with #3C238E

Text Example


Text Example

White with #3C238E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,35,142); }

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

background-color css

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

 a { background-color: rgb(60,35,142); }

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

border-color css

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

 span { border-color: rgb(60,35,142); }

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