Html Css Color HEX #3072E5 Royal Blue

📋 copy color: '#3072E5'

red 48 ◦ green 114 ◦ blue 229

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

Shades of Royal Blue #3072E5

Tints of Royal Blue #3072E5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.16%

 BLUE value IS 229 (89.84% from 255) = 58.57%

R = 12.28%
G = 29.16%
B = 58.57%

CMYK

 C value IS 0.79

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3072E5 (or 0x3072E5) is known color: Royal Blue. HEX triplet: 30, 72 and E5. RGB value is (48,114,229). Sum of RGB (Red+Green+Blue) = 48+114+229=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #3072E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072E5 is #CF8D1A. Grayscale: #6A6A6A. Windows color (decimal): -13602075 or 15036976. OLE color: 15036976.

HSL color Cylindrical-coordinate representation of color #3072E5: hue angle of 218.12º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3072E5 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 114 229 -
CMYK 0.79 0.50 0 0.10
HSL 218.12º 0.78% 0.54% -
HSV(B) 218.12º 0.79% 0.9% -
XYZ 21.38 18.32 76.54 -
YUV 107.38 196.63 85.65 -
System Red Green Blue C M Y K H S L
Decimal 48 114 229 0.79 0.50 0 0.10 218.12 0.78 0.54
Hex 30 72 E5 4F 32 0 A DA 4E 36
Octal 60 162 345 117 62 0 12 332 116 66
Binary 110000 1110010 11100101 1001111 110010 0 1010 11011010 1001110 110110

Color Harmonies of #3072E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3072E5

Black with #3072E5

Text Example


Text Example

White with #3072E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3072E5; }

 p { color: rgb(48,114,229); }

 H1.HeaderClassName
 {
   color: #3072E5;
 }
 .AnyTagClassName
 {
   color: #3072E5;
 }
</style>

background-color css

<style>
 a { background-color: #3072E5; }

 a { background-color: rgb(48,114,229); }

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

border-color css

<style>
 span { border-color: #3072E5; }

 span { border-color: rgb(48,114,229); }

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