Html Css Color HEX #438286 Paradiso

📋 copy color: '#438286'

red 67 ◦ green 130 ◦ blue 134

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

Shades of Paradiso #438286

Tints of Paradiso #438286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.27%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 20.24%
G = 39.27%
B = 40.48%

CMYK

 C value IS 0.5

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#438286 (or 0x438286) is known color: Paradiso. HEX triplet: 43, 82 and 86. RGB value is (67,130,134). Sum of RGB (Red+Green+Blue) = 67+130+134=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #438286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438286 is #BC7D79. Grayscale: #6F6F6F. Windows color (decimal): -12352890 or 8815171. OLE color: 8815171.

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

Color convert

RGB 67 130 134 -
CMYK 0.5 0.03 0 0.47
HSL 183.58º 0.33% 0.39% -
HSV(B) 183.58º 0.5% 0.53% -
XYZ 14.6 18.88 25.43 -
YUV 111.62 140.63 96.17 -
System Red Green Blue C M Y K H S L
Decimal 67 130 134 0.5 0.03 0 0.47 183.58 0.33 0.39
Hex 43 82 86 32 3 0 2F B8 21 27
Octal 103 202 206 62 3 0 57 270 41 47
Binary 1000011 10000010 10000110 110010 11 0 101111 10111000 100001 100111

Color Harmonies of #438286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438286

Black with #438286

Text Example


Text Example

White with #438286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438286; }

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

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

background-color css

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

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

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

border-color css

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

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

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