Html Css Color HEX #3189DA Curious Blue

📋 copy color: '#3189DA'

red 49 ◦ green 137 ◦ blue 218

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

Shades of Curious Blue #3189DA

Tints of Curious Blue #3189DA

RGB

 RED value IS 49 (19.53% from 255) = 12.13%

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

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 12.13%
G = 33.91%
B = 53.96%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3189DA (or 0x3189DA) is known color: Curious Blue. HEX triplet: 31, 89 and DA. RGB value is (49,137,218). Sum of RGB (Red+Green+Blue) = 49+137+218=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #3189DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3189DA is #CE7625. Grayscale: #777777. Windows color (decimal): -13530662 or 14321969. OLE color: 14321969.

HSL color Cylindrical-coordinate representation of color #3189DA: hue angle of 208.76º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3189DA is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 137 218 -
CMYK 0.78 0.37 0 0.15
HSL 208.76º 0.7% 0.52% -
HSV(B) 208.76º 0.78% 0.85% -
XYZ 22.87 23.61 69.68 -
YUV 119.92 183.35 77.41 -
System Red Green Blue C M Y K H S L
Decimal 49 137 218 0.78 0.37 0 0.15 208.76 0.7 0.52
Hex 31 89 DA 4E 25 0 F D1 46 34
Octal 61 211 332 116 45 0 17 321 106 64
Binary 110001 10001001 11011010 1001110 100101 0 1111 11010001 1000110 110100

Color Harmonies of #3189DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3189DA

Black with #3189DA

Text Example


Text Example

White with #3189DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3189DA; }

 p { color: rgb(49,137,218); }

 H1.HeaderClassName
 {
   color: #3189DA;
 }
 .AnyTagClassName
 {
   color: #3189DA;
 }
</style>

background-color css

<style>
 a { background-color: #3189DA; }

 a { background-color: rgb(49,137,218); }

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

border-color css

<style>
 span { border-color: #3189DA; }

 span { border-color: rgb(49,137,218); }

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