Html Css Color HEX #437F82 Paradiso

📋 copy color: '#437F82'

red 67 ◦ green 127 ◦ blue 130

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

Shades of Paradiso #437F82

Tints of Paradiso #437F82

RGB

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

 GREEN value IS 127 (50% from 255) = 39.2%

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 20.68%
G = 39.2%
B = 40.12%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#437F82 (or 0x437F82) is known color: Paradiso. HEX triplet: 43, 7F and 82. RGB value is (67,127,130). Sum of RGB (Red+Green+Blue) = 67+127+130=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #437F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437F82 is #BC807D. Grayscale: #6D6D6D. Windows color (decimal): -12353662 or 8552259. OLE color: 8552259.

HSL color Cylindrical-coordinate representation of color #437F82: hue angle of 182.86º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #437F82 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 127 130 -
CMYK 0.48 0.02 0 0.49
HSL 182.86º 0.32% 0.39% -
HSV(B) 182.86º 0.48% 0.51% -
XYZ 13.93 17.98 23.86 -
YUV 109.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 67 127 130 0.48 0.02 0 0.49 182.86 0.32 0.39
Hex 43 7F 82 30 2 0 31 B7 20 27
Octal 103 177 202 60 2 0 61 267 40 47
Binary 1000011 1111111 10000010 110000 10 0 110001 10110111 100000 100111

Color Harmonies of #437F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #437F82

Black with #437F82

Text Example


Text Example

White with #437F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #437F82; }

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

 H1.HeaderClassName
 {
   color: #437F82;
 }
 .AnyTagClassName
 {
   color: #437F82;
 }
</style>

background-color css

<style>
 a { background-color: #437F82; }

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

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

border-color css

<style>
 span { border-color: #437F82; }

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

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