#348FB6

Color #348FB6 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #348FB6

Tints of Curious Blue #348FB6

Color information

#348FB6 (or 0x348FB6) is unknown color: approx Curious Blue. HEX triplet: 34, 8F and B6. RGB value is (52,143,182). Sum of RGB (Red+Green+Blue) = 52+143+182=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #348FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FB6 is #CB7049. Grayscale: #777777. Windows color (decimal): -13332554 or 11964212. OLE color: 11964212.

HSL color Cylindrical-coordinate representation of color #348FB6: hue angle of 198º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #348FB6 is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB52143182-
CMYK0.710.2100.29
HSL198º55.56%45.88%-
HSV(B)198º71.43%71.37%-
XYZ19.6823.7547.8-
YUV120.24162.8579.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.79%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=13.79%
G=37.93%
B=48.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521431820.710.2100.2919855.5645.88
Hex348FB6471501Dc6382e
Octal64217266107250353067056
Binary110100100011111011011010001111010101110111000110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #348FB6;
 }
 .AnyTagClassName
 {
   color: #348FB6;
 }
</style>
background-color css

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

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

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

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

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

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