Html Css Color HEX #3389BD Curious Blue

📋 copy color: '#3389BD'

red 51 ◦ green 137 ◦ blue 189

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

Shades of Curious Blue #3389BD

Tints of Curious Blue #3389BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 13.53%
G = 36.34%
B = 50.13%

CMYK

 C value IS 0.73

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3389BD (or 0x3389BD) is known color: Curious Blue. HEX triplet: 33, 89 and BD. RGB value is (51,137,189). Sum of RGB (Red+Green+Blue) = 51+137+189=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #3389BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389BD is #CC7642. Grayscale: #747474. Windows color (decimal): -13399619 or 12421427. OLE color: 12421427.

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

Color convert

RGB 51 137 189 -
CMYK 0.73 0.28 0 0.26
HSL 202.61º 0.58% 0.47% -
HSV(B) 202.61º 0.73% 0.74% -
XYZ 19.5 22.27 51.41 -
YUV 117.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 51 137 189 0.73 0.28 0 0.26 202.61 0.58 0.47
Hex 33 89 BD 49 1C 0 1A CB 3A 2F
Octal 63 211 275 111 34 0 32 313 72 57
Binary 110011 10001001 10111101 1001001 11100 0 11010 11001011 111010 101111

Color Harmonies of #3389BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389BD

Black with #3389BD

Text Example


Text Example

White with #3389BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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