Html Css Color HEX #43828B Paradiso

📋 copy color: '#43828B'

red 67 ◦ green 130 ◦ blue 139

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

Shades of Paradiso #43828B

Tints of Paradiso #43828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.37%

R = 19.94%
G = 38.69%
B = 41.37%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43828B (or 0x43828B) is known color: Paradiso. HEX triplet: 43, 82 and 8B. RGB value is (67,130,139). Sum of RGB (Red+Green+Blue) = 67+130+139=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #43828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43828B is #BC7D74. Grayscale: #707070. Windows color (decimal): -12352885 or 9142851. OLE color: 9142851.

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

Color convert

RGB 67 130 139 -
CMYK 0.52 0.06 0 0.45
HSL 187.5º 0.35% 0.4% -
HSV(B) 187.5º 0.52% 0.55% -
XYZ 14.96 19.02 27.31 -
YUV 112.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 67 130 139 0.52 0.06 0 0.45 187.5 0.35 0.4
Hex 43 82 8B 34 6 0 2D BC 23 28
Octal 103 202 213 64 6 0 55 274 43 50
Binary 1000011 10000010 10001011 110100 110 0 101101 10111100 100011 101000

Color Harmonies of #43828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43828B

Black with #43828B

Text Example


Text Example

White with #43828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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