Html Css Color HEX #43638E Wedgewood

📋 copy color: '#43638E'

red 67 ◦ green 99 ◦ blue 142

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

Shades of Wedgewood #43638E

Tints of Wedgewood #43638E

RGB

 RED value IS 67 (26.56% from 255) = 21.75%

 GREEN value IS 99 (39.06% from 255) = 32.14%

 BLUE value IS 142 (55.86% from 255) = 46.1%

R = 21.75%
G = 32.14%
B = 46.1%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43638E (or 0x43638E) is known color: Wedgewood. HEX triplet: 43, 63 and 8E. RGB value is (67,99,142). Sum of RGB (Red+Green+Blue) = 67+99+142=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #43638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43638E is #BC9C71. Grayscale: #5E5E5E. Windows color (decimal): -12360818 or 9331523. OLE color: 9331523.

HSL color Cylindrical-coordinate representation of color #43638E: hue angle of 214.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43638E is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 99 142 -
CMYK 0.53 0.30 0 0.44
HSL 214.4º 0.36% 0.41% -
HSV(B) 214.4º 0.53% 0.56% -
XYZ 11.66 12.07 27.31 -
YUV 94.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 67 99 142 0.53 0.30 0 0.44 214.4 0.36 0.41
Hex 43 63 8E 35 1E 0 2C D6 24 29
Octal 103 143 216 65 36 0 54 326 44 51
Binary 1000011 1100011 10001110 110101 11110 0 101100 11010110 100100 101001

Color Harmonies of #43638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43638E

Black with #43638E

Text Example


Text Example

White with #43638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43638E; }

 p { color: rgb(67,99,142); }

 H1.HeaderClassName
 {
   color: #43638E;
 }
 .AnyTagClassName
 {
   color: #43638E;
 }
</style>

background-color css

<style>
 a { background-color: #43638E; }

 a { background-color: rgb(67,99,142); }

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

border-color css

<style>
 span { border-color: #43638E; }

 span { border-color: rgb(67,99,142); }

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