Html Css Color HEX #349093 Blue Chill

📋 copy color: '#349093'

red 52 ◦ green 144 ◦ blue 147

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

Shades of Blue Chill #349093

Tints of Blue Chill #349093

RGB

 RED value IS 52 (20.7% from 255) = 15.16%

 GREEN value IS 144 (56.64% from 255) = 41.98%

 BLUE value IS 147 (57.81% from 255) = 42.86%

R = 15.16%
G = 41.98%
B = 42.86%

CMYK

 C value IS 0.65

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#349093 (or 0x349093) is known color: Blue Chill. HEX triplet: 34, 90 and 93. RGB value is (52,144,147). Sum of RGB (Red+Green+Blue) = 52+144+147=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #349093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349093 is #CB6F6C. Grayscale: #747474. Windows color (decimal): -13332333 or 9670708. OLE color: 9670708.

HSL color Cylindrical-coordinate representation of color #349093: hue angle of 181.89º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349093 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 144 147 -
CMYK 0.65 0.02 0 0.42
HSL 181.89º 0.48% 0.39% -
HSV(B) 181.89º 0.65% 0.58% -
XYZ 16.66 22.78 31.12 -
YUV 116.83 145.02 81.76 -
System Red Green Blue C M Y K H S L
Decimal 52 144 147 0.65 0.02 0 0.42 181.89 0.48 0.39
Hex 34 90 93 41 2 0 2A B6 30 27
Octal 64 220 223 101 2 0 52 266 60 47
Binary 110100 10010000 10010011 1000001 10 0 101010 10110110 110000 100111

Color Harmonies of #349093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349093

Black with #349093

Text Example


Text Example

White with #349093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349093; }

 p { color: rgb(52,144,147); }

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

background-color css

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

 a { background-color: rgb(52,144,147); }

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

border-color css

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

 span { border-color: rgb(52,144,147); }

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