Html Css Color HEX #438088 Paradiso

📋 copy color: '#438088'

red 67 ◦ green 128 ◦ blue 136

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

Shades of Paradiso #438088

Tints of Paradiso #438088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 20.24%
G = 38.67%
B = 41.09%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#438088 (or 0x438088) is known color: Paradiso. HEX triplet: 43, 80 and 88. RGB value is (67,128,136). Sum of RGB (Red+Green+Blue) = 67+128+136=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 136 - color contains mainly: blue. Hex color #438088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438088 is #BC7F77. Grayscale: #6E6E6E. Windows color (decimal): -12353400 or 8945731. OLE color: 8945731.

HSL color Cylindrical-coordinate representation of color #438088: hue angle of 186.96º 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 #438088 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 128 136 -
CMYK 0.51 0.06 0 0.47
HSL 186.96º 0.34% 0.4% -
HSV(B) 186.96º 0.51% 0.53% -
XYZ 14.48 18.41 26.08 -
YUV 110.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 67 128 136 0.51 0.06 0 0.47 186.96 0.34 0.4
Hex 43 80 88 33 6 0 2F BB 22 28
Octal 103 200 210 63 6 0 57 273 42 50
Binary 1000011 10000000 10001000 110011 110 0 101111 10111011 100010 101000

Color Harmonies of #438088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438088

Black with #438088

Text Example


Text Example

White with #438088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438088; }

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

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

background-color css

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

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

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

border-color css

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

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

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