#3479BD

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

Shades of Curious Blue #3479BD

Tints of Curious Blue #3479BD

Color information

#3479BD (or 0x3479BD) is unknown color: approx Curious Blue. HEX triplet: 34, 79 and BD. RGB value is (52,121,189). Sum of RGB (Red+Green+Blue) = 52+121+189=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #3479BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3479BD is #CB8642. Grayscale: #6B6B6B. Windows color (decimal): -13338179 or 12417332. OLE color: 12417332.

HSL color Cylindrical-coordinate representation of color #3479BD: hue angle of 209.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3479BD is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB52121189-
CMYK0.720.3600.26
HSL209.78º56.85%47.25%-
HSV(B)209.78º72.49%74.12%-
XYZ17.4418.0850.71-
YUV108.12173.6487.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.36%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=14.36%
G=33.43%
B=52.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal521211890.720.3600.26209.7856.8547.25
Hex3479BD482401Ad2392f
Octal64171275110440323227157
Binary110100111100110111101100100010010001101011010010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3479BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3479BD; }

 p { color: rgb(52,121,189); }

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

<style>
 a { background-color: #3479BD; }

 a { background-color: rgb(52,121,189); }

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

<style>
 span { border-color: #3479BD; }

 span { border-color: rgb(52,121,189); }

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