Html Css Color HEX #435F8C Wedgewood

📋 copy color: '#435F8C'

red 67 ◦ green 95 ◦ blue 140

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

Shades of Wedgewood #435F8C

Tints of Wedgewood #435F8C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 22.19%
G = 31.46%
B = 46.36%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#435F8C (or 0x435F8C) is known color: Wedgewood. HEX triplet: 43, 5F and 8C. RGB value is (67,95,140). Sum of RGB (Red+Green+Blue) = 67+95+140=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 140 - color contains mainly: blue. Hex color #435F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435F8C is #BCA073. Grayscale: #5B5B5B. Windows color (decimal): -12361844 or 9199427. OLE color: 9199427.

HSL color Cylindrical-coordinate representation of color #435F8C: hue angle of 216.99º 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 #435F8C is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 95 140 -
CMYK 0.52 0.32 0 0.45
HSL 216.99º 0.35% 0.41% -
HSV(B) 216.99º 0.52% 0.55% -
XYZ 11.14 11.27 26.4 -
YUV 91.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 67 95 140 0.52 0.32 0 0.45 216.99 0.35 0.41
Hex 43 5F 8C 34 20 0 2D D9 23 29
Octal 103 137 214 64 40 0 55 331 43 51
Binary 1000011 1011111 10001100 110100 100000 0 101101 11011001 100011 101001

Color Harmonies of #435F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435F8C

Black with #435F8C

Text Example


Text Example

White with #435F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435F8C; }

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

 H1.HeaderClassName
 {
   color: #435F8C;
 }
 .AnyTagClassName
 {
   color: #435F8C;
 }
</style>

background-color css

<style>
 a { background-color: #435F8C; }

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

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

border-color css

<style>
 span { border-color: #435F8C; }

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

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