#348DB5

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

Shades of Curious Blue #348DB5

Tints of Curious Blue #348DB5

Color information

#348DB5 (or 0x348DB5) is unknown color: approx Curious Blue. HEX triplet: 34, 8D and B5. RGB value is (52,141,181). Sum of RGB (Red+Green+Blue) = 52+141+181=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 181 - color contains mainly: blue. Hex color #348DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DB5 is #CB724A. Grayscale: #767676. Windows color (decimal): -13333067 or 11898164. OLE color: 11898164.

HSL color Cylindrical-coordinate representation of color #348DB5: hue angle of 198.6º degrees, saturation: 0.55, 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 #348DB5 is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB52141181-
CMYK0.710.2200.29
HSL198.6º55.36%45.69%-
HSV(B)198.6º71.27%70.98%-
XYZ19.2823.1247.16-
YUV118.95163.0180.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.90%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=13.90%
G=37.70%
B=48.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal521411810.710.2200.29198.655.3645.69
Hex348DB5471601Dc7372e
Octal64215265107260353076756
Binary110100100011011011010110001111011001110111000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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