Html Css Color HEX #358189 Paradiso

📋 copy color: '#358189'

red 53 ◦ green 129 ◦ blue 137

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

Shades of Paradiso #358189

Tints of Paradiso #358189

RGB

 RED value IS 53 (21.09% from 255) = 16.61%

 GREEN value IS 129 (50.78% from 255) = 40.44%

 BLUE value IS 137 (53.91% from 255) = 42.95%

R = 16.61%
G = 40.44%
B = 42.95%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#358189 (or 0x358189) is known color: Paradiso. HEX triplet: 35, 81 and 89. RGB value is (53,129,137). Sum of RGB (Red+Green+Blue) = 53+129+137=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 137 - color contains mainly: blue. Hex color #358189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358189 is #CA7E76. Grayscale: #6B6B6B. Windows color (decimal): -13270647 or 9011509. OLE color: 9011509.

HSL color Cylindrical-coordinate representation of color #358189: hue angle of 185.71º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358189 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 129 137 -
CMYK 0.61 0.06 0 0.46
HSL 185.71º 0.44% 0.37% -
HSV(B) 185.71º 0.61% 0.54% -
XYZ 13.83 18.26 26.46 -
YUV 107.19 144.82 89.35 -
System Red Green Blue C M Y K H S L
Decimal 53 129 137 0.61 0.06 0 0.46 185.71 0.44 0.37
Hex 35 81 89 3D 6 0 2E BA 2C 25
Octal 65 201 211 75 6 0 56 272 54 45
Binary 110101 10000001 10001001 111101 110 0 101110 10111010 101100 100101

Color Harmonies of #358189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358189

Black with #358189

Text Example


Text Example

White with #358189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358189; }

 p { color: rgb(53,129,137); }

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

background-color css

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

 a { background-color: rgb(53,129,137); }

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

border-color css

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

 span { border-color: rgb(53,129,137); }

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