Html Css Color HEX #438488 Paradiso

📋 copy color: '#438488'

red 67 ◦ green 132 ◦ blue 136

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

Shades of Paradiso #438488

Tints of Paradiso #438488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 20%
G = 39.4%
B = 40.6%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#438488 (or 0x438488) is known color: Paradiso. HEX triplet: 43, 84 and 88. RGB value is (67,132,136). Sum of RGB (Red+Green+Blue) = 67+132+136=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #438488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438488 is #BC7B77. Grayscale: #707070. Windows color (decimal): -12352376 or 8946755. OLE color: 8946755.

HSL color Cylindrical-coordinate representation of color #438488: hue angle of 183.48º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438488 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 132 136 -
CMYK 0.51 0.03 0 0.47
HSL 183.48º 0.34% 0.4% -
HSV(B) 183.48º 0.51% 0.53% -
XYZ 15.01 19.47 26.26 -
YUV 113.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 67 132 136 0.51 0.03 0 0.47 183.48 0.34 0.4
Hex 43 84 88 33 3 0 2F B7 22 28
Octal 103 204 210 63 3 0 57 267 42 50
Binary 1000011 10000100 10001000 110011 11 0 101111 10110111 100010 101000

Color Harmonies of #438488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438488

Black with #438488

Text Example


Text Example

White with #438488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438488; }

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

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

background-color css

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

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

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

border-color css

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

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

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