#3388C7

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

Shades of Curious Blue #3388C7

Tints of Curious Blue #3388C7

Color information

#3388C7 (or 0x3388C7) is unknown color: approx Curious Blue. HEX triplet: 33, 88 and C7. RGB value is (51,136,199). Sum of RGB (Red+Green+Blue) = 51+136+199=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #3388C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3388C7 is #CC7738. Grayscale: #757575. Windows color (decimal): -13399865 or 13076531. OLE color: 13076531.

HSL color Cylindrical-coordinate representation of color #3388C7: hue angle of 205.54º 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 #3388C7 is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB51136199-
CMYK0.740.3200.22
HSL205.54º59.2%49.02%-
HSV(B)205.54º74.37%78.04%-
XYZ20.4822.4457.28-
YUV117.77173.8480.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.21%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 199 (78.12% from 255) = 51.55%
R=13.21%
G=35.23%
B=51.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511361990.740.3200.22205.5459.249.02
Hex3388C74A20016ce3b31
Octal63210307112400263167361
Binary1100111000100011000111100101010000001011011001110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3388C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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