Html Css Color HEX #3390D5 Curious Blue

📋 copy color: '#3390D5'

red 51 ◦ green 144 ◦ blue 213

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

Shades of Curious Blue #3390D5

Tints of Curious Blue #3390D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.21%

R = 12.5%
G = 35.29%
B = 52.21%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3390D5 (or 0x3390D5) is known color: Curious Blue. HEX triplet: 33, 90 and D5. RGB value is (51,144,213). Sum of RGB (Red+Green+Blue) = 51+144+213=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #3390D5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390D5 is #CC6F2A. Grayscale: #7B7B7B. Windows color (decimal): -13397803 or 13996083. OLE color: 13996083.

HSL color Cylindrical-coordinate representation of color #3390D5: hue angle of 205.56º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3390D5 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 51 144 213 -
CMYK 0.76 0.32 0 0.16
HSL 205.56º 0.66% 0.52% -
HSV(B) 205.56º 0.76% 0.84% -
XYZ 23.35 25.45 66.63 -
YUV 124.06 178.19 75.89 -
System Red Green Blue C M Y K H S L
Decimal 51 144 213 0.76 0.32 0 0.16 205.56 0.66 0.52
Hex 33 90 D5 4C 20 0 10 CE 42 34
Octal 63 220 325 114 40 0 20 316 102 64
Binary 110011 10010000 11010101 1001100 100000 0 10000 11001110 1000010 110100

Color Harmonies of #3390D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390D5

Black with #3390D5

Text Example


Text Example

White with #3390D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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