#3488d1

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

Shades of Curious Blue #3488D1

Tints of Curious Blue #3488D1

Color information

#3488D1 (or 0x3488D1) is unknown color: approx Curious Blue. HEX triplet: 34, 88 and D1. RGB value is (52,136,209). Sum of RGB (Red+Green+Blue) = 52+136+209=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #3488D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488D1 is #CB772E. Grayscale: #767676. Windows color (decimal): -13334319 or 13731892. OLE color: 13731892.

HSL color Cylindrical-coordinate representation of color #3488D1: hue angle of 207.9º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3488D1 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB52136209-
CMYK0.750.3500.18
HSL207.9º63.05%51.18%-
HSV(B)207.9º75.12%81.96%-
XYZ21.7322.9463.6-
YUV119.21178.6780.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 209 (82.03% from 255) = 52.64%
R=13.10%
G=34.26%
B=52.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal521362090.750.3500.18207.963.0551.18
Hex3488D14B23012d03f33
Octal64210321113430223207763
Binary1101001000100011010001100101110001101001011010000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3488d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3488d1; }

 p { color: rgb(52,136,209); }

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

<style>
 a { background-color: #3488d1; }

 a { background-color: rgb(52,136,209); }

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

<style>
 span { border-color: #3488d1; }

 span { border-color: rgb(52,136,209); }

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