#3395C7

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

Shades of Curious Blue #3395C7

Tints of Curious Blue #3395C7

Color information

#3395C7 (or 0x3395C7) is unknown color: approx Curious Blue. HEX triplet: 33, 95 and C7. RGB value is (51,149,199). Sum of RGB (Red+Green+Blue) = 51+149+199=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 199 (78.12% from 255 or 49.87% from 399); Max value from RGB is 199 - color contains mainly: blue. Hex color #3395C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3395C7 is #CC6A38. Grayscale: #7D7D7D. Windows color (decimal): -13396537 or 13079859. OLE color: 13079859.

HSL color Cylindrical-coordinate representation of color #3395C7: hue angle of 200.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3395C7 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB51149199-
CMYK0.740.2500.22
HSL200.27º59.2%49.02%-
HSV(B)200.27º74.37%78.04%-
XYZ22.4226.3257.93-
YUV125.4169.5374.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.78%
GREEN value IS 149 (58.59% from 255) = 37.34%
BLUE value IS 199 (78.12% from 255) = 49.87%
R=12.78%
G=37.34%
B=49.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511491990.740.2500.22200.2759.249.02
Hex3395C74A19016c83b31
Octal63225307112310263107361
Binary110011100101011100011110010101100101011011001000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3395C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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