#348DBB

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

Shades of Curious Blue #348DBB

Tints of Curious Blue #348DBB

Color information

#348DBB (or 0x348DBB) is unknown color: approx Curious Blue. HEX triplet: 34, 8D and BB. RGB value is (52,141,187). Sum of RGB (Red+Green+Blue) = 52+141+187=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #348DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DBB is #CB7244. Grayscale: #777777. Windows color (decimal): -13333061 or 12291380. OLE color: 12291380.

HSL color Cylindrical-coordinate representation of color #348DBB: hue angle of 200.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348DBB is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52141187-
CMYK0.720.2500.27
HSL200.44º56.49%46.86%-
HSV(B)200.44º72.19%73.33%-
XYZ19.9123.3750.47-
YUV119.63166.0179.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.68%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 187 (73.44% from 255) = 49.21%
R=13.68%
G=37.11%
B=49.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521411870.720.2500.27200.4456.4946.86
Hex348DBB481901Bc8382f
Octal64215273110310333107057
Binary110100100011011011101110010001100101101111001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,141,187); }

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

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

 a { background-color: rgb(52,141,187); }

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

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

 span { border-color: rgb(52,141,187); }

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