Html Css Color HEX #348992 Blue Chill

📋 copy color: '#348992'

red 52 ◦ green 137 ◦ blue 146

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

Shades of Blue Chill #348992

Tints of Blue Chill #348992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

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

R = 15.52%
G = 40.9%
B = 43.58%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#348992 (or 0x348992) is known color: Blue Chill. HEX triplet: 34, 89 and 92. RGB value is (52,137,146). Sum of RGB (Red+Green+Blue) = 52+137+146=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #348992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348992 is #CB766D. Grayscale: #707070. Windows color (decimal): -13334126 or 9603380. OLE color: 9603380.

HSL color Cylindrical-coordinate representation of color #348992: hue angle of 185.74º 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 #348992 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 137 146 -
CMYK 0.64 0.06 0 0.43
HSL 185.74º 0.47% 0.39% -
HSV(B) 185.74º 0.64% 0.57% -
XYZ 15.55 20.7 30.37 -
YUV 112.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 52 137 146 0.64 0.06 0 0.43 185.74 0.47 0.39
Hex 34 89 92 40 6 0 2B BA 2F 27
Octal 64 211 222 100 6 0 53 272 57 47
Binary 110100 10001001 10010010 1000000 110 0 101011 10111010 101111 100111

Color Harmonies of #348992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348992

Black with #348992

Text Example


Text Example

White with #348992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348992; }

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

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

background-color css

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

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

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

border-color css

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

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

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