#348EBB

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

Shades of Curious Blue #348EBB

Tints of Curious Blue #348EBB

Color information

#348EBB (or 0x348EBB) is unknown color: approx Curious Blue. HEX triplet: 34, 8E and BB. RGB value is (52,142,187). Sum of RGB (Red+Green+Blue) = 52+142+187=381 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.65% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #348EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EBB is #CB7144. Grayscale: #777777. Windows color (decimal): -13332805 or 12291636. OLE color: 12291636.

HSL color Cylindrical-coordinate representation of color #348EBB: hue angle of 200º 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 #348EBB is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52142187-
CMYK0.720.2400.27
HSL200º56.49%46.86%-
HSV(B)200º72.19%73.33%-
XYZ20.0623.6650.52-
YUV120.22165.6879.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.65%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=13.65%
G=37.27%
B=49.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521421870.720.2400.2720056.4946.86
Hex348EBB481801Bc8382f
Octal64216273110300333107057
Binary110100100011101011101110010001100001101111001000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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