Html Css Color HEX #3288B1 Curious Blue

📋 copy color: '#3288B1'

red 50 ◦ green 136 ◦ blue 177

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

Shades of Curious Blue #3288B1

Tints of Curious Blue #3288B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.76%

R = 13.77%
G = 37.47%
B = 48.76%

CMYK

 C value IS 0.72

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3288B1 (or 0x3288B1) is known color: Curious Blue. HEX triplet: 32, 88 and B1. RGB value is (50,136,177). Sum of RGB (Red+Green+Blue) = 50+136+177=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #3288B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3288B1 is #CD774E. Grayscale: #727272. Windows color (decimal): -13465423 or 11634738. OLE color: 11634738.

HSL color Cylindrical-coordinate representation of color #3288B1: hue angle of 199.37º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3288B1 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 136 177 -
CMYK 0.72 0.23 0 0.31
HSL 199.37º 0.56% 0.45% -
HSV(B) 199.37º 0.72% 0.69% -
XYZ 18.06 21.46 44.79 -
YUV 114.96 163.01 81.67 -
System Red Green Blue C M Y K H S L
Decimal 50 136 177 0.72 0.23 0 0.31 199.37 0.56 0.45
Hex 32 88 B1 48 17 0 1F C7 38 2D
Octal 62 210 261 110 27 0 37 307 70 55
Binary 110010 10001000 10110001 1001000 10111 0 11111 11000111 111000 101101

Color Harmonies of #3288B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3288B1

Black with #3288B1

Text Example


Text Example

White with #3288B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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