Html Css Color HEX #362A7C Windsor

📋 copy color: '#362A7C'

red 54 ◦ green 42 ◦ blue 124

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

Shades of Windsor #362A7C

Tints of Windsor #362A7C

RGB

 RED value IS 54 (21.48% from 255) = 24.55%

 GREEN value IS 42 (16.8% from 255) = 19.09%

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 24.55%
G = 19.09%
B = 56.36%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#362A7C (or 0x362A7C) is known color: Windsor. HEX triplet: 36, 2A and 7C. RGB value is (54,42,124). Sum of RGB (Red+Green+Blue) = 54+42+124=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #362A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362A7C is #C9D583. Grayscale: #363636. Windows color (decimal): -13227396 or 8137270. OLE color: 8137270.

HSL color Cylindrical-coordinate representation of color #362A7C: hue angle of 248.78º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #362A7C is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 42 124 -
CMYK 0.56 0.66 0 0.51
HSL 248.78º 0.49% 0.33% -
HSV(B) 248.78º 0.66% 0.49% -
XYZ 5.99 3.9 19.51 -
YUV 54.94 166.98 127.33 -
System Red Green Blue C M Y K H S L
Decimal 54 42 124 0.56 0.66 0 0.51 248.78 0.49 0.33
Hex 36 2A 7C 38 42 0 33 F9 31 21
Octal 66 52 174 70 102 0 63 371 61 41
Binary 110110 101010 1111100 111000 1000010 0 110011 11111001 110001 100001

Color Harmonies of #362A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362A7C

Black with #362A7C

Text Example


Text Example

White with #362A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362A7C; }

 p { color: rgb(54,42,124); }

 H1.HeaderClassName
 {
   color: #362A7C;
 }
 .AnyTagClassName
 {
   color: #362A7C;
 }
</style>

background-color css

<style>
 a { background-color: #362A7C; }

 a { background-color: rgb(54,42,124); }

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

border-color css

<style>
 span { border-color: #362A7C; }

 span { border-color: rgb(54,42,124); }

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