Html Css Color HEX #43638C Wedgewood

📋 copy color: '#43638C'

red 67 ◦ green 99 ◦ blue 140

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

Shades of Wedgewood #43638C

Tints of Wedgewood #43638C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 21.9%
G = 32.35%
B = 45.75%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43638C (or 0x43638C) is known color: Wedgewood. HEX triplet: 43, 63 and 8C. RGB value is (67,99,140). Sum of RGB (Red+Green+Blue) = 67+99+140=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 140 - color contains mainly: blue. Hex color #43638C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43638C is #BC9C73. Grayscale: #5D5D5D. Windows color (decimal): -12360820 or 9200451. OLE color: 9200451.

HSL color Cylindrical-coordinate representation of color #43638C: hue angle of 213.7º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43638C is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 99 140 -
CMYK 0.52 0.29 0 0.45
HSL 213.7º 0.35% 0.41% -
HSV(B) 213.7º 0.52% 0.55% -
XYZ 11.51 12.01 26.52 -
YUV 94.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 67 99 140 0.52 0.29 0 0.45 213.7 0.35 0.41
Hex 43 63 8C 34 1D 0 2D D6 23 29
Octal 103 143 214 64 35 0 55 326 43 51
Binary 1000011 1100011 10001100 110100 11101 0 101101 11010110 100011 101001

Color Harmonies of #43638C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43638C

Black with #43638C

Text Example


Text Example

White with #43638C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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