#3395CA

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

Shades of Curious Blue #3395CA

Tints of Curious Blue #3395CA

Color information

#3395CA (or 0x3395CA) is unknown color: approx Curious Blue. HEX triplet: 33, 95 and CA. RGB value is (51,149,202). Sum of RGB (Red+Green+Blue) = 51+149+202=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #3395CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395CA is #CC6A35. Grayscale: #7D7D7D. Windows color (decimal): -13396534 or 13276467. OLE color: 13276467.

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

Color convert

RGB51149202-
CMYK0.750.2600.21
HSL201.06º59.68%49.61%-
HSV(B)201.06º74.75%79.22%-
XYZ22.7726.4659.78-
YUV125.74171.0374.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.69%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 202 (79.30% from 255) = 50.25%
R=12.69%
G=37.06%
B=50.25%

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
Decimal511492020.750.2600.21201.0659.6849.61
Hex3395CA4B1A015c93c32
Octal63225312113320253117462
Binary110011100101011100101010010111101001010111001001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3395CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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