Html Css Color HEX #43828E Paradiso

📋 copy color: '#43828E'

red 67 ◦ green 130 ◦ blue 142

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

Shades of Paradiso #43828E

Tints of Paradiso #43828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

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

R = 19.76%
G = 38.35%
B = 41.89%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43828E (or 0x43828E) is known color: Paradiso. HEX triplet: 43, 82 and 8E. RGB value is (67,130,142). Sum of RGB (Red+Green+Blue) = 67+130+142=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #43828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43828E is #BC7D71. Grayscale: #707070. Windows color (decimal): -12352882 or 9339459. OLE color: 9339459.

HSL color Cylindrical-coordinate representation of color #43828E: hue angle of 189.6º 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 #43828E is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 130 142 -
CMYK 0.53 0.08 0 0.44
HSL 189.6º 0.36% 0.41% -
HSV(B) 189.6º 0.53% 0.56% -
XYZ 15.18 19.11 28.48 -
YUV 112.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 67 130 142 0.53 0.08 0 0.44 189.6 0.36 0.41
Hex 43 82 8E 35 8 0 2C BE 24 29
Octal 103 202 216 65 10 0 54 276 44 51
Binary 1000011 10000010 10001110 110101 1000 0 101100 10111110 100100 101001

Color Harmonies of #43828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43828E

Black with #43828E

Text Example


Text Example

White with #43828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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