Html Css Color HEX #348A92 Blue Chill

📋 copy color: '#348A92'

red 52 ◦ green 138 ◦ blue 146

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

Shades of Blue Chill #348A92

Tints of Blue Chill #348A92

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 15.48%
G = 41.07%
B = 43.45%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#348A92 (or 0x348A92) is known color: Blue Chill. HEX triplet: 34, 8A and 92. RGB value is (52,138,146). Sum of RGB (Red+Green+Blue) = 52+138+146=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #348A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348A92 is #CB756D. Grayscale: #717171. Windows color (decimal): -13333870 or 9603636. OLE color: 9603636.

HSL color Cylindrical-coordinate representation of color #348A92: hue angle of 185.11º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348A92 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 138 146 -
CMYK 0.64 0.05 0 0.43
HSL 185.11º 0.47% 0.39% -
HSV(B) 185.11º 0.64% 0.57% -
XYZ 15.69 20.98 30.42 -
YUV 113.2 146.51 84.35 -
System Red Green Blue C M Y K H S L
Decimal 52 138 146 0.64 0.05 0 0.43 185.11 0.47 0.39
Hex 34 8A 92 40 5 0 2B B9 2F 27
Octal 64 212 222 100 5 0 53 271 57 47
Binary 110100 10001010 10010010 1000000 101 0 101011 10111001 101111 100111

Color Harmonies of #348A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A92

Black with #348A92

Text Example


Text Example

White with #348A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,146); }

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

background-color css

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

 a { background-color: rgb(52,138,146); }

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

border-color css

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

 span { border-color: rgb(52,138,146); }

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