Html Css Color HEX #3389B8 Curious Blue

📋 copy color: '#3389B8'

red 51 ◦ green 137 ◦ blue 184

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

Shades of Curious Blue #3389B8

Tints of Curious Blue #3389B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 49.46%

R = 13.71%
G = 36.83%
B = 49.46%

CMYK

 C value IS 0.72

 M value IS 0.26

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3389B8 (or 0x3389B8) is known color: Curious Blue. HEX triplet: 33, 89 and B8. RGB value is (51,137,184). Sum of RGB (Red+Green+Blue) = 51+137+184=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 184 (72.27% from 255 or 49.46% from 372); Max value from RGB is 184 - color contains mainly: blue. Hex color #3389B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389B8 is #CC7647. Grayscale: #747474. Windows color (decimal): -13399624 or 12093747. OLE color: 12093747.

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

Color convert

RGB 51 137 184 -
CMYK 0.72 0.26 0 0.28
HSL 201.2º 0.57% 0.46% -
HSV(B) 201.2º 0.72% 0.72% -
XYZ 18.96 22.06 48.61 -
YUV 116.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 51 137 184 0.72 0.26 0 0.28 201.2 0.57 0.46
Hex 33 89 B8 48 1A 0 1C C9 39 2E
Octal 63 211 270 110 32 0 34 311 71 56
Binary 110011 10001001 10111000 1001000 11010 0 11100 11001001 111001 101110

Color Harmonies of #3389B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389B8

Black with #3389B8

Text Example


Text Example

White with #3389B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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