Html Css Color HEX #3288BF Curious Blue

📋 copy color: '#3288BF'

red 50 ◦ green 136 ◦ blue 191

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

Shades of Curious Blue #3288BF

Tints of Curious Blue #3288BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.66%

R = 13.26%
G = 36.07%
B = 50.66%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3288BF (or 0x3288BF) is known color: Curious Blue. HEX triplet: 32, 88 and BF. RGB value is (50,136,191). Sum of RGB (Red+Green+Blue) = 50+136+191=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #3288BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3288BF is #CD7740. Grayscale: #747474. Windows color (decimal): -13465409 or 12552242. OLE color: 12552242.

HSL color Cylindrical-coordinate representation of color #3288BF: hue angle of 203.4º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3288BF is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 136 191 -
CMYK 0.74 0.29 0 0.25
HSL 203.4º 0.59% 0.47% -
HSV(B) 203.4º 0.74% 0.75% -
XYZ 19.52 22.05 52.52 -
YUV 116.56 170.01 80.53 -
System Red Green Blue C M Y K H S L
Decimal 50 136 191 0.74 0.29 0 0.25 203.4 0.59 0.47
Hex 32 88 BF 4A 1D 0 19 CB 3B 2F
Octal 62 210 277 112 35 0 31 313 73 57
Binary 110010 10001000 10111111 1001010 11101 0 11001 11001011 111011 101111

Color Harmonies of #3288BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288BF

Black with #3288BF

Text Example


Text Example

White with #3288BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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