#3396CA

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

Shades of Curious Blue #3396CA

Tints of Curious Blue #3396CA

Color information

#3396CA (or 0x3396CA) is unknown color: approx Curious Blue. HEX triplet: 33, 96 and CA. RGB value is (51,150,202). Sum of RGB (Red+Green+Blue) = 51+150+202=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #3396CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3396CA is #CC6935. Grayscale: #7E7E7E. Windows color (decimal): -13396278 or 13276723. OLE color: 13276723.

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

Color convert

RGB51150202-
CMYK0.750.2600.21
HSL200.66º59.68%49.61%-
HSV(B)200.66º74.75%79.22%-
XYZ22.9326.7859.84-
YUV126.33170.774.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.66%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=12.66%
G=37.22%
B=50.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511502020.750.2600.21200.6659.6849.61
Hex3396CA4B1A015c93c32
Octal63226312113320253117462
Binary110011100101101100101010010111101001010111001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3396CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,150,202); }

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

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

 a { background-color: rgb(51,150,202); }

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

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

 span { border-color: rgb(51,150,202); }

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