#348EB8

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

Shades of Curious Blue #348EB8

Tints of Curious Blue #348EB8

Color information

#348EB8 (or 0x348EB8) is unknown color: approx Curious Blue. HEX triplet: 34, 8E and B8. RGB value is (52,142,184). Sum of RGB (Red+Green+Blue) = 52+142+184=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #348EB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EB8 is #CB7147. Grayscale: #777777. Windows color (decimal): -13332808 or 12095028. OLE color: 12095028.

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

Color convert

RGB52142184-
CMYK0.720.2300.28
HSL199.09º55.93%46.27%-
HSV(B)199.09º71.74%72.16%-
XYZ19.7423.5448.85-
YUV119.88164.1879.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.76%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 184 (72.27% from 255) = 48.68%
R=13.76%
G=37.57%
B=48.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal521421840.720.2300.28199.0955.9346.27
Hex348EB8481701Cc7382e
Octal64216270110270343077056
Binary110100100011101011100010010001011101110011000111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,142,184); }

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

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

 a { background-color: rgb(52,142,184); }

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

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

 span { border-color: rgb(52,142,184); }

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