Html Css Color HEX #43848B Paradiso

📋 copy color: '#43848B'

red 67 ◦ green 132 ◦ blue 139

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

Shades of Paradiso #43848B

Tints of Paradiso #43848B

RGB

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

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

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

R = 19.82%
G = 39.05%
B = 41.12%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43848B (or 0x43848B) is known color: Paradiso. HEX triplet: 43, 84 and 8B. RGB value is (67,132,139). Sum of RGB (Red+Green+Blue) = 67+132+139=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #43848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43848B is #BC7B74. Grayscale: #717171. Windows color (decimal): -12352373 or 9143363. OLE color: 9143363.

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

Color convert

RGB 67 132 139 -
CMYK 0.52 0.05 0 0.45
HSL 185.83º 0.35% 0.4% -
HSV(B) 185.83º 0.52% 0.55% -
XYZ 15.23 19.56 27.4 -
YUV 113.36 142.47 94.93 -
System Red Green Blue C M Y K H S L
Decimal 67 132 139 0.52 0.05 0 0.45 185.83 0.35 0.4
Hex 43 84 8B 34 5 0 2D BA 23 28
Octal 103 204 213 64 5 0 55 272 43 50
Binary 1000011 10000100 10001011 110100 101 0 101101 10111010 100011 101000

Color Harmonies of #43848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43848B

Black with #43848B

Text Example


Text Example

White with #43848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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