Html Css Color HEX #368B94 Blue Chill

📋 copy color: '#368B94'

red 54 ◦ green 139 ◦ blue 148

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

Shades of Blue Chill #368B94

Tints of Blue Chill #368B94

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.76%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 15.84%
G = 40.76%
B = 43.4%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#368B94 (or 0x368B94) is known color: Blue Chill. HEX triplet: 36, 8B and 94. RGB value is (54,139,148). Sum of RGB (Red+Green+Blue) = 54+139+148=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #368B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368B94 is #C9746B. Grayscale: #727272. Windows color (decimal): -13202540 or 9734966. OLE color: 9734966.

HSL color Cylindrical-coordinate representation of color #368B94: hue angle of 185.74º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #368B94 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 139 148 -
CMYK 0.64 0.06 0 0.42
HSL 185.74º 0.47% 0.4% -
HSV(B) 185.74º 0.64% 0.58% -
XYZ 16.1 21.39 31.3 -
YUV 114.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 54 139 148 0.64 0.06 0 0.42 185.74 0.47 0.4
Hex 36 8B 94 40 6 0 2A BA 2F 28
Octal 66 213 224 100 6 0 52 272 57 50
Binary 110110 10001011 10010100 1000000 110 0 101010 10111010 101111 101000

Color Harmonies of #368B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368B94

Black with #368B94

Text Example


Text Example

White with #368B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368B94; }

 p { color: rgb(54,139,148); }

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

background-color css

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

 a { background-color: rgb(54,139,148); }

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

border-color css

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

 span { border-color: rgb(54,139,148); }

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