#3474CA

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

Shades of Curious Blue #3474CA

Tints of Curious Blue #3474CA

Color information

#3474CA (or 0x3474CA) is unknown color: approx Curious Blue. HEX triplet: 34, 74 and CA. RGB value is (52,116,202). Sum of RGB (Red+Green+Blue) = 52+116+202=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #3474CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474CA is #CB8B35. Grayscale: #6A6A6A. Windows color (decimal): -13339446 or 13268020. OLE color: 13268020.

HSL color Cylindrical-coordinate representation of color #3474CA: hue angle of 214.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3474CA is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52116202-
CMYK0.740.4300.21
HSL214.4º59.06%49.8%-
HSV(B)214.4º74.26%79.22%-
XYZ18.3217.4958.29-
YUV106.67181.889.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.05%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 202 (79.30% from 255) = 54.59%
R=14.05%
G=31.35%
B=54.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521162020.740.4300.21214.459.0649.8
Hex3474CA4A2B015d63b32
Octal64164312112530253267362
Binary110100111010011001010100101010101101010111010110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3474CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3474CA; }

 p { color: rgb(52,116,202); }

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

<style>
 a { background-color: #3474CA; }

 a { background-color: rgb(52,116,202); }

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

<style>
 span { border-color: #3474CA; }

 span { border-color: rgb(52,116,202); }

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