Html Css Color HEX #42367B Windsor

📋 copy color: '#42367B'

red 66 ◦ green 54 ◦ blue 123

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

Shades of Windsor #42367B

Tints of Windsor #42367B

RGB

 RED value IS 66 (26.17% from 255) = 27.16%

 GREEN value IS 54 (21.48% from 255) = 22.22%

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

R = 27.16%
G = 22.22%
B = 50.62%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42367B (or 0x42367B) is known color: Windsor. HEX triplet: 42, 36 and 7B. RGB value is (66,54,123). Sum of RGB (Red+Green+Blue) = 66+54+123=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #42367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42367B is #BDC984. Grayscale: #414141. Windows color (decimal): -12437893 or 8074818. OLE color: 8074818.

HSL color Cylindrical-coordinate representation of color #42367B: hue angle of 250.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42367B is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 54 123 -
CMYK 0.46 0.56 0 0.52
HSL 250.43º 0.39% 0.35% -
HSV(B) 250.43º 0.56% 0.48% -
XYZ 7.14 5.23 19.37 -
YUV 65.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 66 54 123 0.46 0.56 0 0.52 250.43 0.39 0.35
Hex 42 36 7B 2E 38 0 34 FA 27 23
Octal 102 66 173 56 70 0 64 372 47 43
Binary 1000010 110110 1111011 101110 111000 0 110100 11111010 100111 100011

Color Harmonies of #42367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42367B

Black with #42367B

Text Example


Text Example

White with #42367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,54,123); }

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

background-color css

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

 a { background-color: rgb(66,54,123); }

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

border-color css

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

 span { border-color: rgb(66,54,123); }

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