Html Css Color HEX #369598 Blue Chill

📋 copy color: '#369598'

red 54 ◦ green 149 ◦ blue 152

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

Shades of Blue Chill #369598

Tints of Blue Chill #369598

RGB

 RED value IS 54 (21.48% from 255) = 15.21%

 GREEN value IS 149 (58.59% from 255) = 41.97%

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 15.21%
G = 41.97%
B = 42.82%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#369598 (or 0x369598) is known color: Blue Chill. HEX triplet: 36, 95 and 98. RGB value is (54,149,152). Sum of RGB (Red+Green+Blue) = 54+149+152=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #369598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369598 is #C96A67. Grayscale: #787878. Windows color (decimal): -13199976 or 9999670. OLE color: 9999670.

HSL color Cylindrical-coordinate representation of color #369598: hue angle of 181.84º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369598 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 149 152 -
CMYK 0.64 0.02 0 0.40
HSL 181.84º 0.48% 0.4% -
HSV(B) 181.84º 0.64% 0.6% -
XYZ 17.94 24.55 33.5 -
YUV 120.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 54 149 152 0.64 0.02 0 0.40 181.84 0.48 0.4
Hex 36 95 98 40 2 0 28 B6 30 28
Octal 66 225 230 100 2 0 50 266 60 50
Binary 110110 10010101 10011000 1000000 10 0 101000 10110110 110000 101000

Color Harmonies of #369598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369598

Black with #369598

Text Example


Text Example

White with #369598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369598; }

 p { color: rgb(54,149,152); }

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

background-color css

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

 a { background-color: rgb(54,149,152); }

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

border-color css

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

 span { border-color: rgb(54,149,152); }

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