Html Css Color HEX #43868B Paradiso

📋 copy color: '#43868B'

red 67 ◦ green 134 ◦ blue 139

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

Shades of Paradiso #43868B

Tints of Paradiso #43868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 19.71%
G = 39.41%
B = 40.88%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43868B (or 0x43868B) is known color: Paradiso. HEX triplet: 43, 86 and 8B. RGB value is (67,134,139). Sum of RGB (Red+Green+Blue) = 67+134+139=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #43868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43868B is #BC7974. Grayscale: #727272. Windows color (decimal): -12351861 or 9143875. OLE color: 9143875.

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

Color convert

RGB 67 134 139 -
CMYK 0.52 0.04 0 0.45
HSL 184.17º 0.35% 0.4% -
HSV(B) 184.17º 0.52% 0.55% -
XYZ 15.5 20.11 27.49 -
YUV 114.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 67 134 139 0.52 0.04 0 0.45 184.17 0.35 0.4
Hex 43 86 8B 34 4 0 2D B8 23 28
Octal 103 206 213 64 4 0 55 270 43 50
Binary 1000011 10000110 10001011 110100 100 0 101101 10111000 100011 101000

Color Harmonies of #43868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43868B

Black with #43868B

Text Example


Text Example

White with #43868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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