Html Css Color HEX #38297C Windsor

📋 copy color: '#38297C'

red 56 ◦ green 41 ◦ blue 124

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

Shades of Windsor #38297C

Tints of Windsor #38297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 25.34%
G = 18.55%
B = 56.11%

CMYK

 C value IS 0.55

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38297C (or 0x38297C) is known color: Windsor. HEX triplet: 38, 29 and 7C. RGB value is (56,41,124). Sum of RGB (Red+Green+Blue) = 56+41+124=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #38297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38297C is #C7D683. Grayscale: #363636. Windows color (decimal): -13096580 or 8137016. OLE color: 8137016.

HSL color Cylindrical-coordinate representation of color #38297C: hue angle of 250.84º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38297C is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 41 124 -
CMYK 0.55 0.67 0 0.51
HSL 250.84º 0.5% 0.32% -
HSV(B) 250.84º 0.67% 0.49% -
XYZ 6.06 3.88 19.5 -
YUV 54.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 56 41 124 0.55 0.67 0 0.51 250.84 0.5 0.32
Hex 38 29 7C 37 43 0 33 FB 32 20
Octal 70 51 174 67 103 0 63 373 62 40
Binary 111000 101001 1111100 110111 1000011 0 110011 11111011 110010 100000

Color Harmonies of #38297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38297C

Black with #38297C

Text Example


Text Example

White with #38297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38297C; }

 p { color: rgb(56,41,124); }

 H1.HeaderClassName
 {
   color: #38297C;
 }
 .AnyTagClassName
 {
   color: #38297C;
 }
</style>

background-color css

<style>
 a { background-color: #38297C; }

 a { background-color: rgb(56,41,124); }

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

border-color css

<style>
 span { border-color: #38297C; }

 span { border-color: rgb(56,41,124); }

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