#3380B2

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

Shades of Curious Blue #3380B2

Tints of Curious Blue #3380B2

Color information

#3380B2 (or 0x3380B2) is unknown color: approx Curious Blue. HEX triplet: 33, 80 and B2. RGB value is (51,128,178). Sum of RGB (Red+Green+Blue) = 51+128+178=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 178 (69.92% from 255 or 49.86% from 357); Max value from RGB is 178 - color contains mainly: blue. Hex color #3380B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3380B2 is #CC7F4D. Grayscale: #6E6E6E. Windows color (decimal): -13401934 or 11698227. OLE color: 11698227.

HSL color Cylindrical-coordinate representation of color #3380B2: hue angle of 203.62º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3380B2 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB51128178-
CMYK0.710.2800.30
HSL203.62º55.46%44.9%-
HSV(B)203.62º71.35%69.8%-
XYZ17.1219.3644.95-
YUV110.68165.9985.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 178 (69.92% from 255) = 49.86%
R=14.29%
G=35.85%
B=49.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal511281780.710.2800.30203.6255.4644.9
Hex3380B2471C01Ecc372d
Octal63200262107340363146755
Binary110011100000001011001010001111110001111011001100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3380B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3380B2; }

 p { color: rgb(51,128,178); }

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

<style>
 a { background-color: #3380B2; }

 a { background-color: rgb(51,128,178); }

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

<style>
 span { border-color: #3380B2; }

 span { border-color: rgb(51,128,178); }

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