Html Css Color HEX #3389BE Curious Blue

📋 copy color: '#3389BE'

red 51 ◦ green 137 ◦ blue 190

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

Shades of Curious Blue #3389BE

Tints of Curious Blue #3389BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 13.49%
G = 36.24%
B = 50.26%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3389BE (or 0x3389BE) is known color: Curious Blue. HEX triplet: 33, 89 and BE. RGB value is (51,137,190). Sum of RGB (Red+Green+Blue) = 51+137+190=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #3389BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389BE is #CC7641. Grayscale: #757575. Windows color (decimal): -13399618 or 12486963. OLE color: 12486963.

HSL color Cylindrical-coordinate representation of color #3389BE: hue angle of 202.88º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3389BE is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 137 190 -
CMYK 0.73 0.28 0 0.25
HSL 202.88º 0.58% 0.47% -
HSV(B) 202.88º 0.73% 0.75% -
XYZ 19.61 22.31 51.99 -
YUV 117.33 169.01 80.69 -
System Red Green Blue C M Y K H S L
Decimal 51 137 190 0.73 0.28 0 0.25 202.88 0.58 0.47
Hex 33 89 BE 49 1C 0 19 CB 3A 2F
Octal 63 211 276 111 34 0 31 313 72 57
Binary 110011 10001001 10111110 1001001 11100 0 11001 11001011 111010 101111

Color Harmonies of #3389BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389BE

Black with #3389BE

Text Example


Text Example

White with #3389BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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