#3390CF

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

Shades of Curious Blue #3390CF

Tints of Curious Blue #3390CF

Color information

#3390CF (or 0x3390CF) is unknown color: approx Curious Blue. HEX triplet: 33, 90 and CF. RGB value is (51,144,207). Sum of RGB (Red+Green+Blue) = 51+144+207=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #3390CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390CF is #CC6F30. Grayscale: #7B7B7B. Windows color (decimal): -13397809 or 13602867. OLE color: 13602867.

HSL color Cylindrical-coordinate representation of color #3390CF: hue angle of 204.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3390CF is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB51144207-
CMYK0.750.3000.19
HSL204.23º61.9%50.59%-
HSV(B)204.23º75.36%81.18%-
XYZ22.625.1662.7-
YUV123.37175.1976.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.69%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 207 (81.25% from 255) = 51.49%
R=12.69%
G=35.82%
B=51.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal511442070.750.3000.19204.2361.950.59
Hex3390CF4B1E013cc3e33
Octal63220317113360233147663
Binary110011100100001100111110010111111001001111001100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3390CF; }

 p { color: rgb(51,144,207); }

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

<style>
 a { background-color: #3390CF; }

 a { background-color: rgb(51,144,207); }

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

<style>
 span { border-color: #3390CF; }

 span { border-color: rgb(51,144,207); }

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