Html Css Color HEX #3298E1 Summer Sky

📋 copy color: '#3298E1'

red 50 ◦ green 152 ◦ blue 225

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

Shades of Summer Sky #3298E1

Tints of Summer Sky #3298E1

RGB

 RED value IS 50 (19.92% from 255) = 11.71%

 GREEN value IS 152 (59.77% from 255) = 35.6%

 BLUE value IS 225 (88.28% from 255) = 52.69%

R = 11.71%
G = 35.6%
B = 52.69%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3298E1 (or 0x3298E1) is known color: Summer Sky. HEX triplet: 32, 98 and E1. RGB value is (50,152,225). Sum of RGB (Red+Green+Blue) = 50+152+225=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #3298E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3298E1 is #CD671E. Grayscale: #818181. Windows color (decimal): -13461279 or 14784562. OLE color: 14784562.

HSL color Cylindrical-coordinate representation of color #3298E1: hue angle of 205.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3298E1 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 152 225 -
CMYK 0.78 0.32 0 0.12
HSL 205.03º 0.74% 0.54% -
HSV(B) 205.03º 0.78% 0.88% -
XYZ 26.13 28.57 75.37 -
YUV 129.82 181.71 71.06 -
System Red Green Blue C M Y K H S L
Decimal 50 152 225 0.78 0.32 0 0.12 205.03 0.74 0.54
Hex 32 98 E1 4E 20 0 C CD 4A 36
Octal 62 230 341 116 40 0 14 315 112 66
Binary 110010 10011000 11100001 1001110 100000 0 1100 11001101 1001010 110110

Color Harmonies of #3298E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3298E1

Black with #3298E1

Text Example


Text Example

White with #3298E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3298E1; }

 p { color: rgb(50,152,225); }

 H1.HeaderClassName
 {
   color: #3298E1;
 }
 .AnyTagClassName
 {
   color: #3298E1;
 }
</style>

background-color css

<style>
 a { background-color: #3298E1; }

 a { background-color: rgb(50,152,225); }

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

border-color css

<style>
 span { border-color: #3298E1; }

 span { border-color: rgb(50,152,225); }

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