Html Css Color HEX #3389BB Curious Blue

📋 copy color: '#3389BB'

red 51 ◦ green 137 ◦ blue 187

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

Shades of Curious Blue #3389BB

Tints of Curious Blue #3389BB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

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

R = 13.6%
G = 36.53%
B = 49.87%

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

#3389BB (or 0x3389BB) is known color: Curious Blue. HEX triplet: 33, 89 and BB. RGB value is (51,137,187). Sum of RGB (Red+Green+Blue) = 51+137+187=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #3389BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389BB is #CC7644. Grayscale: #747474. Windows color (decimal): -13399621 or 12290355. OLE color: 12290355.

HSL color Cylindrical-coordinate representation of color #3389BB: hue angle of 202.06º 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 #3389BB is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 137 187 -
CMYK 0.73 0.27 0 0.27
HSL 202.06º 0.57% 0.47% -
HSV(B) 202.06º 0.73% 0.73% -
XYZ 19.28 22.18 50.28 -
YUV 116.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 51 137 187 0.73 0.27 0 0.27 202.06 0.57 0.47
Hex 33 89 BB 49 1B 0 1B CA 39 2F
Octal 63 211 273 111 33 0 33 312 71 57
Binary 110011 10001001 10111011 1001001 11011 0 11011 11001010 111001 101111

Color Harmonies of #3389BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389BB

Black with #3389BB

Text Example


Text Example

White with #3389BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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