Html Css Color HEX #3288DB Curious Blue

📋 copy color: '#3288DB'

red 50 ◦ green 136 ◦ blue 219

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

Shades of Curious Blue #3288DB

Tints of Curious Blue #3288DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 12.35%
G = 33.58%
B = 54.07%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3288DB (or 0x3288DB) is known color: Curious Blue. HEX triplet: 32, 88 and DB. RGB value is (50,136,219). Sum of RGB (Red+Green+Blue) = 50+136+219=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3288DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288DB is #CD7724. Grayscale: #777777. Windows color (decimal): -13465381 or 14387250. OLE color: 14387250.

HSL color Cylindrical-coordinate representation of color #3288DB: hue angle of 209.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3288DB is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 136 219 -
CMYK 0.77 0.38 0 0.14
HSL 209.47º 0.7% 0.53% -
HSV(B) 209.47º 0.77% 0.86% -
XYZ 22.91 23.4 70.33 -
YUV 119.75 184.01 78.25 -
System Red Green Blue C M Y K H S L
Decimal 50 136 219 0.77 0.38 0 0.14 209.47 0.7 0.53
Hex 32 88 DB 4D 26 0 E D1 46 35
Octal 62 210 333 115 46 0 16 321 106 65
Binary 110010 10001000 11011011 1001101 100110 0 1110 11010001 1000110 110101

Color Harmonies of #3288DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288DB

Black with #3288DB

Text Example


Text Example

White with #3288DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3288DB; }

 p { color: rgb(50,136,219); }

 H1.HeaderClassName
 {
   color: #3288DB;
 }
 .AnyTagClassName
 {
   color: #3288DB;
 }
</style>

background-color css

<style>
 a { background-color: #3288DB; }

 a { background-color: rgb(50,136,219); }

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

border-color css

<style>
 span { border-color: #3288DB; }

 span { border-color: rgb(50,136,219); }

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