Html Css Color HEX #40347B Windsor

📋 copy color: '#40347B'

red 64 ◦ green 52 ◦ blue 123

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

Shades of Windsor #40347B

Tints of Windsor #40347B

RGB

 RED value IS 64 (25.39% from 255) = 26.78%

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 123 (48.44% from 255) = 51.46%

R = 26.78%
G = 21.76%
B = 51.46%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40347B (or 0x40347B) is known color: Windsor. HEX triplet: 40, 34 and 7B. RGB value is (64,52,123). Sum of RGB (Red+Green+Blue) = 64+52+123=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #40347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40347B is #BFCB84. Grayscale: #3F3F3F. Windows color (decimal): -12569477 or 8074304. OLE color: 8074304.

HSL color Cylindrical-coordinate representation of color #40347B: hue angle of 250.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40347B is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 52 123 -
CMYK 0.48 0.58 0 0.52
HSL 250.14º 0.41% 0.34% -
HSV(B) 250.14º 0.58% 0.48% -
XYZ 6.92 4.98 19.33 -
YUV 63.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 64 52 123 0.48 0.58 0 0.52 250.14 0.41 0.34
Hex 40 34 7B 30 3A 0 34 FA 29 22
Octal 100 64 173 60 72 0 64 372 51 42
Binary 1000000 110100 1111011 110000 111010 0 110100 11111010 101001 100010

Color Harmonies of #40347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40347B

Black with #40347B

Text Example


Text Example

White with #40347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40347B; }

 p { color: rgb(64,52,123); }

 H1.HeaderClassName
 {
   color: #40347B;
 }
 .AnyTagClassName
 {
   color: #40347B;
 }
</style>

background-color css

<style>
 a { background-color: #40347B; }

 a { background-color: rgb(64,52,123); }

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

border-color css

<style>
 span { border-color: #40347B; }

 span { border-color: rgb(64,52,123); }

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