Html Css Color HEX #348E94 Blue Chill

📋 copy color: '#348E94'

red 52 ◦ green 142 ◦ blue 148

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

Shades of Blue Chill #348E94

Tints of Blue Chill #348E94

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.52%

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

R = 15.2%
G = 41.52%
B = 43.27%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#348E94 (or 0x348E94) is known color: Blue Chill. HEX triplet: 34, 8E and 94. RGB value is (52,142,148). Sum of RGB (Red+Green+Blue) = 52+142+148=342 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.20% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 148 - color contains mainly: blue. Hex color #348E94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348E94 is #CB716B. Grayscale: #737373. Windows color (decimal): -13332844 or 9735732. OLE color: 9735732.

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

Color convert

RGB 52 142 148 -
CMYK 0.65 0.04 0 0.42
HSL 183.75º 0.48% 0.39% -
HSV(B) 183.75º 0.65% 0.58% -
XYZ 16.43 22.21 31.44 -
YUV 115.77 146.18 82.51 -
System Red Green Blue C M Y K H S L
Decimal 52 142 148 0.65 0.04 0 0.42 183.75 0.48 0.39
Hex 34 8E 94 41 4 0 2A B8 30 27
Octal 64 216 224 101 4 0 52 270 60 47
Binary 110100 10001110 10010100 1000001 100 0 101010 10111000 110000 100111

Color Harmonies of #348E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E94

Black with #348E94

Text Example


Text Example

White with #348E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,142,148); }

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

background-color css

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

 a { background-color: rgb(52,142,148); }

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

border-color css

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

 span { border-color: rgb(52,142,148); }

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