Html Css Color HEX #348C90 Blue Chill

📋 copy color: '#348C90'

red 52 ◦ green 140 ◦ blue 144

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

Shades of Blue Chill #348C90

Tints of Blue Chill #348C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

 BLUE value IS 144 (56.64% from 255) = 42.86%

R = 15.48%
G = 41.67%
B = 42.86%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#348C90 (or 0x348C90) is known color: Blue Chill. HEX triplet: 34, 8C and 90. RGB value is (52,140,144). Sum of RGB (Red+Green+Blue) = 52+140+144=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #348C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348C90 is #CB736F. Grayscale: #727272. Windows color (decimal): -13333360 or 9473076. OLE color: 9473076.

HSL color Cylindrical-coordinate representation of color #348C90: hue angle of 182.61º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348C90 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 140 144 -
CMYK 0.64 0.03 0 0.44
HSL 182.61º 0.47% 0.38% -
HSV(B) 182.61º 0.64% 0.56% -
XYZ 15.83 21.5 29.7 -
YUV 114.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 52 140 144 0.64 0.03 0 0.44 182.61 0.47 0.38
Hex 34 8C 90 40 3 0 2C B7 2F 26
Octal 64 214 220 100 3 0 54 267 57 46
Binary 110100 10001100 10010000 1000000 11 0 101100 10110111 101111 100110

Color Harmonies of #348C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C90

Black with #348C90

Text Example


Text Example

White with #348C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,140,144); }

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

background-color css

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

 a { background-color: rgb(52,140,144); }

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

border-color css

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

 span { border-color: rgb(52,140,144); }

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