Html Css Color HEX #3389BA Curious Blue

📋 copy color: '#3389BA'

red 51 ◦ green 137 ◦ blue 186

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

Shades of Curious Blue #3389BA

Tints of Curious Blue #3389BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 13.64%
G = 36.63%
B = 49.73%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3389BA (or 0x3389BA) is known color: Curious Blue. HEX triplet: 33, 89 and BA. RGB value is (51,137,186). Sum of RGB (Red+Green+Blue) = 51+137+186=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3389BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389BA is #CC7645. Grayscale: #747474. Windows color (decimal): -13399622 or 12224819. OLE color: 12224819.

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

Color convert

RGB 51 137 186 -
CMYK 0.73 0.26 0 0.27
HSL 201.78º 0.57% 0.46% -
HSV(B) 201.78º 0.73% 0.73% -
XYZ 19.17 22.14 49.72 -
YUV 116.87 167.01 81.02 -
System Red Green Blue C M Y K H S L
Decimal 51 137 186 0.73 0.26 0 0.27 201.78 0.57 0.46
Hex 33 89 BA 49 1A 0 1B CA 39 2E
Octal 63 211 272 111 32 0 33 312 71 56
Binary 110011 10001001 10111010 1001001 11010 0 11011 11001010 111001 101110

Color Harmonies of #3389BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389BA

Black with #3389BA

Text Example


Text Example

White with #3389BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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