Html Css Color HEX #38297D Windsor

📋 copy color: '#38297D'

red 56 ◦ green 41 ◦ blue 125

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

Shades of Windsor #38297D

Tints of Windsor #38297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.31%

R = 25.23%
G = 18.47%
B = 56.31%

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

#38297D (or 0x38297D) is known color: Windsor. HEX triplet: 38, 29 and 7D. RGB value is (56,41,125). Sum of RGB (Red+Green+Blue) = 56+41+125=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #38297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38297D is #C7D682. Grayscale: #363636. Windows color (decimal): -13096579 or 8202552. OLE color: 8202552.

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

Color convert

RGB 56 41 125 -
CMYK 0.55 0.67 0 0.51
HSL 250.71º 0.51% 0.33% -
HSV(B) 250.71º 0.67% 0.49% -
XYZ 6.13 3.91 19.83 -
YUV 55.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 56 41 125 0.55 0.67 0 0.51 250.71 0.51 0.33
Hex 38 29 7D 37 43 0 33 FB 33 21
Octal 70 51 175 67 103 0 63 373 63 41
Binary 111000 101001 1111101 110111 1000011 0 110011 11111011 110011 100001

Color Harmonies of #38297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38297D

Black with #38297D

Text Example


Text Example

White with #38297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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