Html Css Color HEX #3389DA Curious Blue

📋 copy color: '#3389DA'

red 51 ◦ green 137 ◦ blue 218

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

Shades of Curious Blue #3389DA

Tints of Curious Blue #3389DA

RGB

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

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

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

R = 12.56%
G = 33.74%
B = 53.69%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3389DA (or 0x3389DA) is known color: Curious Blue. HEX triplet: 33, 89 and DA. RGB value is (51,137,218). Sum of RGB (Red+Green+Blue) = 51+137+218=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #3389DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389DA is #CC7625. Grayscale: #787878. Windows color (decimal): -13399590 or 14321971. OLE color: 14321971.

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

Color convert

RGB 51 137 218 -
CMYK 0.77 0.37 0 0.15
HSL 209.1º 0.69% 0.53% -
HSV(B) 209.1º 0.77% 0.85% -
XYZ 22.97 23.66 69.69 -
YUV 120.52 183.01 78.41 -
System Red Green Blue C M Y K H S L
Decimal 51 137 218 0.77 0.37 0 0.15 209.1 0.69 0.53
Hex 33 89 DA 4D 25 0 F D1 45 35
Octal 63 211 332 115 45 0 17 321 105 65
Binary 110011 10001001 11011010 1001101 100101 0 1111 11010001 1000101 110101

Color Harmonies of #3389DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3389DA

Black with #3389DA

Text Example


Text Example

White with #3389DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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