Html Css Color HEX #3386BB Curious Blue

📋 copy color: '#3386BB'

red 51 ◦ green 134 ◦ blue 187

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

Shades of Curious Blue #3386BB

Tints of Curious Blue #3386BB

RGB

 RED value IS 51 (20.31% from 255) = 13.71%

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 13.71%
G = 36.02%
B = 50.27%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3386BB (or 0x3386BB) is known color: Curious Blue. HEX triplet: 33, 86 and BB. RGB value is (51,134,187). Sum of RGB (Red+Green+Blue) = 51+134+187=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #3386BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386BB is #CC7944. Grayscale: #727272. Windows color (decimal): -13400389 or 12289587. OLE color: 12289587.

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

Color convert

RGB 51 134 187 -
CMYK 0.73 0.28 0 0.27
HSL 203.38º 0.57% 0.47% -
HSV(B) 203.38º 0.73% 0.73% -
XYZ 18.86 21.34 50.14 -
YUV 115.23 168.5 82.19 -
System Red Green Blue C M Y K H S L
Decimal 51 134 187 0.73 0.28 0 0.27 203.38 0.57 0.47
Hex 33 86 BB 49 1C 0 1B CB 39 2F
Octal 63 206 273 111 34 0 33 313 71 57
Binary 110011 10000110 10111011 1001001 11100 0 11011 11001011 111001 101111

Color Harmonies of #3386BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3386BB

Black with #3386BB

Text Example


Text Example

White with #3386BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,134,187); }

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

background-color css

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

 a { background-color: rgb(51,134,187); }

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

border-color css

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

 span { border-color: rgb(51,134,187); }

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