#3481CA

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

Shades of Curious Blue #3481CA

Tints of Curious Blue #3481CA

Color information

#3481CA (or 0x3481CA) is unknown color: approx Curious Blue. HEX triplet: 34, 81 and CA. RGB value is (52,129,202). Sum of RGB (Red+Green+Blue) = 52+129+202=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 202 (79.30% from 255 or 52.74% from 383); Max value from RGB is 202 - color contains mainly: blue. Hex color #3481CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3481CA is #CB7E35. Grayscale: #717171. Windows color (decimal): -13336118 or 13271348. OLE color: 13271348.

HSL color Cylindrical-coordinate representation of color #3481CA: hue angle of 209.2º 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 #3481CA is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52129202-
CMYK0.740.3600.21
HSL209.2º59.06%49.8%-
HSV(B)209.2º74.26%79.22%-
XYZ19.9320.6958.82-
YUV114.3177.4983.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.58%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 202 (79.30% from 255) = 52.74%
R=13.58%
G=33.68%
B=52.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521292020.740.3600.21209.259.0649.8
Hex3481CA4A24015d13b32
Octal64201312112440253217362
Binary1101001000000111001010100101010010001010111010001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3481CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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