Html Css Color HEX #3052EC Royal Blue

📋 copy color: '#3052EC'

red 48 ◦ green 82 ◦ blue 236

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

Shades of Royal Blue #3052EC

Tints of Royal Blue #3052EC

RGB

 RED value IS 48 (19.14% from 255) = 13.11%

 GREEN value IS 82 (32.42% from 255) = 22.4%

 BLUE value IS 236 (92.58% from 255) = 64.48%

R = 13.11%
G = 22.4%
B = 64.48%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3052EC (or 0x3052EC) is known color: Royal Blue. HEX triplet: 30, 52 and EC. RGB value is (48,82,236). Sum of RGB (Red+Green+Blue) = 48+82+236=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #3052EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3052EC is #CFAD13. Grayscale: #585858. Windows color (decimal): -13610260 or 15487536. OLE color: 15487536.

HSL color Cylindrical-coordinate representation of color #3052EC: hue angle of 229.15º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3052EC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 82 236 -
CMYK 0.80 0.65 0 0.07
HSL 229.15º 0.83% 0.56% -
HSV(B) 229.15º 0.8% 0.93% -
XYZ 19.38 12.72 80.79 -
YUV 89.39 210.74 98.48 -
System Red Green Blue C M Y K H S L
Decimal 48 82 236 0.80 0.65 0 0.07 229.15 0.83 0.56
Hex 30 52 EC 50 41 0 7 E5 53 38
Octal 60 122 354 120 101 0 7 345 123 70
Binary 110000 1010010 11101100 1010000 1000001 0 111 11100101 1010011 111000

Color Harmonies of #3052EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3052EC

Black with #3052EC

Text Example


Text Example

White with #3052EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3052EC; }

 p { color: rgb(48,82,236); }

 H1.HeaderClassName
 {
   color: #3052EC;
 }
 .AnyTagClassName
 {
   color: #3052EC;
 }
</style>

background-color css

<style>
 a { background-color: #3052EC; }

 a { background-color: rgb(48,82,236); }

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

border-color css

<style>
 span { border-color: #3052EC; }

 span { border-color: rgb(48,82,236); }

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