Html Css Color HEX #43848D Paradiso

📋 copy color: '#43848D'

red 67 ◦ green 132 ◦ blue 141

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

Shades of Paradiso #43848D

Tints of Paradiso #43848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.82%

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

R = 19.71%
G = 38.82%
B = 41.47%

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

#43848D (or 0x43848D) is known color: Paradiso. HEX triplet: 43, 84 and 8D. RGB value is (67,132,141). Sum of RGB (Red+Green+Blue) = 67+132+141=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #43848D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43848D is #BC7B72. Grayscale: #717171. Windows color (decimal): -12352371 or 9274435. OLE color: 9274435.

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

Color convert

RGB 67 132 141 -
CMYK 0.52 0.06 0 0.45
HSL 187.3º 0.36% 0.41% -
HSV(B) 187.3º 0.52% 0.55% -
XYZ 15.37 19.62 28.18 -
YUV 113.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 67 132 141 0.52 0.06 0 0.45 187.3 0.36 0.41
Hex 43 84 8D 34 6 0 2D BB 24 29
Octal 103 204 215 64 6 0 55 273 44 51
Binary 1000011 10000100 10001101 110100 110 0 101101 10111011 100100 101001

Color Harmonies of #43848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43848D

Black with #43848D

Text Example


Text Example

White with #43848D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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