Html Css Color HEX #348F94 Blue Chill

📋 copy color: '#348F94'

red 52 ◦ green 143 ◦ blue 148

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

Shades of Blue Chill #348F94

Tints of Blue Chill #348F94

RGB

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

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

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

R = 15.16%
G = 41.69%
B = 43.15%

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

#348F94 (or 0x348F94) is known color: Blue Chill. HEX triplet: 34, 8F and 94. RGB value is (52,143,148). Sum of RGB (Red+Green+Blue) = 52+143+148=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #348F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348F94 is #CB706B. Grayscale: #747474. Windows color (decimal): -13332588 or 9735988. OLE color: 9735988.

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

Color convert

RGB 52 143 148 -
CMYK 0.65 0.03 0 0.42
HSL 183.13º 0.48% 0.39% -
HSV(B) 183.13º 0.65% 0.58% -
XYZ 16.58 22.51 31.49 -
YUV 116.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 52 143 148 0.65 0.03 0 0.42 183.13 0.48 0.39
Hex 34 8F 94 41 3 0 2A B7 30 27
Octal 64 217 224 101 3 0 52 267 60 47
Binary 110100 10001111 10010100 1000001 11 0 101010 10110111 110000 100111

Color Harmonies of #348F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F94

Black with #348F94

Text Example


Text Example

White with #348F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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