Html Css Color HEX #348C93 Blue Chill

📋 copy color: '#348C93'

red 52 ◦ green 140 ◦ blue 147

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

Shades of Blue Chill #348C93

Tints of Blue Chill #348C93

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.3%

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

R = 15.34%
G = 41.3%
B = 43.36%

CMYK

 C value IS 0.65

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348C93 (or 0x348C93) is known color: Blue Chill. HEX triplet: 34, 8C and 93. RGB value is (52,140,147). Sum of RGB (Red+Green+Blue) = 52+140+147=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #348C93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348C93 is #CB736C. Grayscale: #727272. Windows color (decimal): -13333357 or 9669684. OLE color: 9669684.

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

Color convert

RGB 52 140 147 -
CMYK 0.65 0.05 0 0.42
HSL 184.42º 0.48% 0.39% -
HSV(B) 184.42º 0.65% 0.58% -
XYZ 16.06 21.59 30.93 -
YUV 114.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 52 140 147 0.65 0.05 0 0.42 184.42 0.48 0.39
Hex 34 8C 93 41 5 0 2A B8 30 27
Octal 64 214 223 101 5 0 52 270 60 47
Binary 110100 10001100 10010011 1000001 101 0 101010 10111000 110000 100111

Color Harmonies of #348C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C93

Black with #348C93

Text Example


Text Example

White with #348C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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