Html Css Color HEX #3288BB Curious Blue

📋 copy color: '#3288BB'

red 50 ◦ green 136 ◦ blue 187

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

Shades of Curious Blue #3288BB

Tints of Curious Blue #3288BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 13.4%
G = 36.46%
B = 50.13%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3288BB (or 0x3288BB) is known color: Curious Blue. HEX triplet: 32, 88 and BB. RGB value is (50,136,187). Sum of RGB (Red+Green+Blue) = 50+136+187=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #3288BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288BB is #CD7744. Grayscale: #737373. Windows color (decimal): -13465413 or 12290098. OLE color: 12290098.

HSL color Cylindrical-coordinate representation of color #3288BB: hue angle of 202.34º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3288BB is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 136 187 -
CMYK 0.73 0.27 0 0.27
HSL 202.34º 0.58% 0.46% -
HSV(B) 202.34º 0.73% 0.73% -
XYZ 19.09 21.87 50.23 -
YUV 116.1 168.01 80.85 -
System Red Green Blue C M Y K H S L
Decimal 50 136 187 0.73 0.27 0 0.27 202.34 0.58 0.46
Hex 32 88 BB 49 1B 0 1B CA 3A 2E
Octal 62 210 273 111 33 0 33 312 72 56
Binary 110010 10001000 10111011 1001001 11011 0 11011 11001010 111010 101110

Color Harmonies of #3288BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288BB

Black with #3288BB

Text Example


Text Example

White with #3288BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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