Html Css Color HEX #3390BF Curious Blue

📋 copy color: '#3390BF'

red 51 ◦ green 144 ◦ blue 191

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

Shades of Curious Blue #3390BF

Tints of Curious Blue #3390BF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 191 (75% from 255) = 49.48%

R = 13.21%
G = 37.31%
B = 49.48%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3390BF (or 0x3390BF) is known color: Curious Blue. HEX triplet: 33, 90 and BF. RGB value is (51,144,191). Sum of RGB (Red+Green+Blue) = 51+144+191=386 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.21% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #3390BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390BF is #CC6F40. Grayscale: #797979. Windows color (decimal): -13397825 or 12554291. OLE color: 12554291.

HSL color Cylindrical-coordinate representation of color #3390BF: hue angle of 200.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3390BF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 144 191 -
CMYK 0.73 0.25 0 0.25
HSL 200.14º 0.58% 0.47% -
HSV(B) 200.14º 0.73% 0.75% -
XYZ 20.74 24.41 52.91 -
YUV 121.55 167.19 77.68 -
System Red Green Blue C M Y K H S L
Decimal 51 144 191 0.73 0.25 0 0.25 200.14 0.58 0.47
Hex 33 90 BF 49 19 0 19 C8 3A 2F
Octal 63 220 277 111 31 0 31 310 72 57
Binary 110011 10010000 10111111 1001001 11001 0 11001 11001000 111010 101111

Color Harmonies of #3390BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390BF

Black with #3390BF

Text Example


Text Example

White with #3390BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3390BF; }

 p { color: rgb(51,144,191); }

 H1.HeaderClassName
 {
   color: #3390BF;
 }
 .AnyTagClassName
 {
   color: #3390BF;
 }
</style>

background-color css

<style>
 a { background-color: #3390BF; }

 a { background-color: rgb(51,144,191); }

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

border-color css

<style>
 span { border-color: #3390BF; }

 span { border-color: rgb(51,144,191); }

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