Html Css Color HEX #348F93 Blue Chill

📋 copy color: '#348F93'

red 52 ◦ green 143 ◦ blue 147

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

Shades of Blue Chill #348F93

Tints of Blue Chill #348F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

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

R = 15.2%
G = 41.81%
B = 42.98%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348F93 (or 0x348F93) is known color: Blue Chill. HEX triplet: 34, 8F and 93. RGB value is (52,143,147). Sum of RGB (Red+Green+Blue) = 52+143+147=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #348F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F93 is #CB706C. Grayscale: #747474. Windows color (decimal): -13332589 or 9670452. OLE color: 9670452.

HSL color Cylindrical-coordinate representation of color #348F93: hue angle of 182.53º 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 #348F93 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 143 147 -
CMYK 0.65 0.03 0 0.42
HSL 182.53º 0.48% 0.39% -
HSV(B) 182.53º 0.65% 0.58% -
XYZ 16.51 22.48 31.07 -
YUV 116.25 145.35 82.17 -
System Red Green Blue C M Y K H S L
Decimal 52 143 147 0.65 0.03 0 0.42 182.53 0.48 0.39
Hex 34 8F 93 41 3 0 2A B7 30 27
Octal 64 217 223 101 3 0 52 267 60 47
Binary 110100 10001111 10010011 1000001 11 0 101010 10110111 110000 100111

Color Harmonies of #348F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F93

Black with #348F93

Text Example


Text Example

White with #348F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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