Html Css Color HEX #43828D Paradiso

📋 copy color: '#43828D'

red 67 ◦ green 130 ◦ blue 141

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

Shades of Paradiso #43828D

Tints of Paradiso #43828D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 19.82%
G = 38.46%
B = 41.72%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43828D (or 0x43828D) is known color: Paradiso. HEX triplet: 43, 82 and 8D. RGB value is (67,130,141). Sum of RGB (Red+Green+Blue) = 67+130+141=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #43828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43828D is #BC7D72. Grayscale: #707070. Windows color (decimal): -12352883 or 9273923. OLE color: 9273923.

HSL color Cylindrical-coordinate representation of color #43828D: hue angle of 188.92º degrees, saturation: 0.36, 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 #43828D is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 130 141 -
CMYK 0.52 0.08 0 0.45
HSL 188.92º 0.36% 0.41% -
HSV(B) 188.92º 0.52% 0.55% -
XYZ 15.11 19.08 28.09 -
YUV 112.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 67 130 141 0.52 0.08 0 0.45 188.92 0.36 0.41
Hex 43 82 8D 34 8 0 2D BD 24 29
Octal 103 202 215 64 10 0 55 275 44 51
Binary 1000011 10000010 10001101 110100 1000 0 101101 10111101 100100 101001

Color Harmonies of #43828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43828D

Black with #43828D

Text Example


Text Example

White with #43828D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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