#3483cc

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

Shades of Curious Blue #3483CC

Tints of Curious Blue #3483CC

Color information

#3483CC (or 0x3483CC) is unknown color: approx Curious Blue. HEX triplet: 34, 83 and CC. RGB value is (52,131,204). Sum of RGB (Red+Green+Blue) = 52+131+204=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #3483CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3483CC is #CB7C33. Grayscale: #737373. Windows color (decimal): -13335604 or 13402932. OLE color: 13402932.

HSL color Cylindrical-coordinate representation of color #3483CC: hue angle of 208.82º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3483CC is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB52131204-
CMYK0.750.3600.2
HSL208.82º59.84%50.2%-
HSV(B)208.82º74.51%80%-
XYZ20.4321.3260.17-
YUV115.7177.8382.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.44%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=13.44%
G=33.85%
B=52.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521312040.750.3600.2208.8259.8450.2
Hex3483CC4B24014d13c32
Octal64203314113440243217462
Binary1101001000001111001100100101110010001010011010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3483cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3483cc; }

 p { color: rgb(52,131,204); }

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

<style>
 a { background-color: #3483cc; }

 a { background-color: rgb(52,131,204); }

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

<style>
 span { border-color: #3483cc; }

 span { border-color: rgb(52,131,204); }

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