Html Css Color HEX #348892 Blue Chill

📋 copy color: '#348892'

red 52 ◦ green 136 ◦ blue 146

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

Shades of Blue Chill #348892

Tints of Blue Chill #348892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

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

R = 15.57%
G = 40.72%
B = 43.71%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#348892 (or 0x348892) is known color: Blue Chill. HEX triplet: 34, 88 and 92. RGB value is (52,136,146). Sum of RGB (Red+Green+Blue) = 52+136+146=334 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.57% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #348892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348892 is #CB776D. Grayscale: #6F6F6F. Windows color (decimal): -13334382 or 9603124. OLE color: 9603124.

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

Color convert

RGB 52 136 146 -
CMYK 0.64 0.07 0 0.43
HSL 186.38º 0.47% 0.39% -
HSV(B) 186.38º 0.64% 0.57% -
XYZ 15.41 20.41 30.32 -
YUV 112.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 52 136 146 0.64 0.07 0 0.43 186.38 0.47 0.39
Hex 34 88 92 40 7 0 2B BA 2F 27
Octal 64 210 222 100 7 0 53 272 57 47
Binary 110100 10001000 10010010 1000000 111 0 101011 10111010 101111 100111

Color Harmonies of #348892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348892

Black with #348892

Text Example


Text Example

White with #348892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348892; }

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

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

background-color css

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

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

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

border-color css

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

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

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