Html Css Color HEX #3390DA Summer Sky

📋 copy color: '#3390DA'

red 51 ◦ green 144 ◦ blue 218

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

Shades of Summer Sky #3390DA

Tints of Summer Sky #3390DA

RGB

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

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

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

R = 12.35%
G = 34.87%
B = 52.78%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3390DA (or 0x3390DA) is known color: Summer Sky. HEX triplet: 33, 90 and DA. RGB value is (51,144,218). Sum of RGB (Red+Green+Blue) = 51+144+218=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #3390DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390DA is #CC6F25. Grayscale: #7C7C7C. Windows color (decimal): -13397798 or 14323763. OLE color: 14323763.

HSL color Cylindrical-coordinate representation of color #3390DA: hue angle of 206.59º 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 #3390DA is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 144 218 -
CMYK 0.77 0.34 0 0.15
HSL 206.59º 0.69% 0.53% -
HSV(B) 206.59º 0.77% 0.85% -
XYZ 23.99 25.71 70.03 -
YUV 124.63 180.69 75.48 -
System Red Green Blue C M Y K H S L
Decimal 51 144 218 0.77 0.34 0 0.15 206.59 0.69 0.53
Hex 33 90 DA 4D 22 0 F CF 45 35
Octal 63 220 332 115 42 0 17 317 105 65
Binary 110011 10010000 11011010 1001101 100010 0 1111 11001111 1000101 110101

Color Harmonies of #3390DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390DA

Black with #3390DA

Text Example


Text Example

White with #3390DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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