#3385DA

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

Shades of Curious Blue #3385DA

Tints of Curious Blue #3385DA

Color information

#3385DA (or 0x3385DA) is unknown color: approx Curious Blue. HEX triplet: 33, 85 and DA. RGB value is (51,133,218). Sum of RGB (Red+Green+Blue) = 51+133+218=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #3385DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385DA is #CC7A25. Grayscale: #757575. Windows color (decimal): -13400614 or 14320947. OLE color: 14320947.

HSL color Cylindrical-coordinate representation of color #3385DA: hue angle of 210.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3385DA is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB51133218-
CMYK0.770.3900.15
HSL210.54º69.29%52.75%-
HSV(B)210.54º76.61%85.49%-
XYZ22.4122.5469.5-
YUV118.17184.3380.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.69%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 218 (85.55% from 255) = 54.23%
R=12.69%
G=33.08%
B=54.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal511332180.770.3900.15210.5469.2952.75
Hex3385DA4D270Fd34535
Octal632053321154701732310565
Binary1100111000010111011010100110110011101111110100111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3385DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3385DA; }

 p { color: rgb(51,133,218); }

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

<style>
 a { background-color: #3385DA; }

 a { background-color: rgb(51,133,218); }

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

<style>
 span { border-color: #3385DA; }

 span { border-color: rgb(51,133,218); }

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