Html Css Color HEX #43838D Paradiso

📋 copy color: '#43838D'

red 67 ◦ green 131 ◦ blue 141

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

Shades of Paradiso #43838D

Tints of Paradiso #43838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

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

R = 19.76%
G = 38.64%
B = 41.59%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43838D (or 0x43838D) is known color: Paradiso. HEX triplet: 43, 83 and 8D. RGB value is (67,131,141). Sum of RGB (Red+Green+Blue) = 67+131+141=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #43838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43838D is #BC7C72. Grayscale: #707070. Windows color (decimal): -12352627 or 9274179. OLE color: 9274179.

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

Color convert

RGB 67 131 141 -
CMYK 0.52 0.07 0 0.45
HSL 188.11º 0.36% 0.41% -
HSV(B) 188.11º 0.52% 0.55% -
XYZ 15.24 19.35 28.13 -
YUV 113 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 67 131 141 0.52 0.07 0 0.45 188.11 0.36 0.41
Hex 43 83 8D 34 7 0 2D BC 24 29
Octal 103 203 215 64 7 0 55 274 44 51
Binary 1000011 10000011 10001101 110100 111 0 101101 10111100 100100 101001

Color Harmonies of #43838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43838D

Black with #43838D

Text Example


Text Example

White with #43838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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