Html Css Color HEX #3287DD Curious Blue

📋 copy color: '#3287DD'

red 50 ◦ green 135 ◦ blue 221

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

Shades of Curious Blue #3287DD

Tints of Curious Blue #3287DD

RGB

 RED value IS 50 (19.92% from 255) = 12.32%

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

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

R = 12.32%
G = 33.25%
B = 54.43%

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

#3287DD (or 0x3287DD) is known color: Curious Blue. HEX triplet: 32, 87 and DD. RGB value is (50,135,221). Sum of RGB (Red+Green+Blue) = 50+135+221=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #3287DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3287DD is #CD7822. Grayscale: #767676. Windows color (decimal): -13465635 or 14518066. OLE color: 14518066.

HSL color Cylindrical-coordinate representation of color #3287DD: hue angle of 210.18º degrees, saturation: 0.72, 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 #3287DD is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 135 221 -
CMYK 0.77 0.39 0 0.13
HSL 210.18º 0.72% 0.53% -
HSV(B) 210.18º 0.77% 0.87% -
XYZ 23.03 23.23 71.68 -
YUV 119.39 185.34 78.51 -
System Red Green Blue C M Y K H S L
Decimal 50 135 221 0.77 0.39 0 0.13 210.18 0.72 0.53
Hex 32 87 DD 4D 27 0 D D2 48 35
Octal 62 207 335 115 47 0 15 322 110 65
Binary 110010 10000111 11011101 1001101 100111 0 1101 11010010 1001000 110101

Color Harmonies of #3287DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3287DD

Black with #3287DD

Text Example


Text Example

White with #3287DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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