Html Css Color HEX #3387DD Curious Blue

📋 copy color: '#3387DD'

red 51 ◦ green 135 ◦ blue 221

#3387DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3387DD

Tints of Curious Blue #3387DD

RGB

 RED value IS 51 (20.31% from 255) = 12.53%

 GREEN value IS 135 (53.13% from 255) = 33.17%

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 12.53%
G = 33.17%
B = 54.3%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3387DD (or 0x3387DD) is known color: Curious Blue. HEX triplet: 33, 87 and DD. RGB value is (51,135,221). Sum of RGB (Red+Green+Blue) = 51+135+221=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #3387DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3387DD is #CC7822. Grayscale: #777777. Windows color (decimal): -13400099 or 14518067. OLE color: 14518067.

HSL color Cylindrical-coordinate representation of color #3387DD: hue angle of 210.35º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3387DD is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 135 221 -
CMYK 0.77 0.39 0 0.13
HSL 210.35º 0.71% 0.53% -
HSV(B) 210.35º 0.77% 0.87% -
XYZ 23.08 23.25 71.68 -
YUV 119.69 185.17 79.01 -
System Red Green Blue C M Y K H S L
Decimal 51 135 221 0.77 0.39 0 0.13 210.35 0.71 0.53
Hex 33 87 DD 4D 27 0 D D2 47 35
Octal 63 207 335 115 47 0 15 322 107 65
Binary 110011 10000111 11011101 1001101 100111 0 1101 11010010 1000111 110101

Color Harmonies of #3387DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3387DD

Black with #3387DD

Text Example


Text Example

White with #3387DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3387DD; }

 p { color: rgb(51,135,221); }

 H1.HeaderClassName
 {
   color: #3387DD;
 }
 .AnyTagClassName
 {
   color: #3387DD;
 }
</style>

background-color css

<style>
 a { background-color: #3387DD; }

 a { background-color: rgb(51,135,221); }

 div.DivClassName
 {
   background-color: #3387DD;
 }
 .BgClassName
 {
   background-color: #3387DD;
 }
</style>

border-color css

<style>
 span { border-color: #3387DD; }

 span { border-color: rgb(51,135,221); }

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