Html Css Color HEX #304CE2 Royal Blue

📋 copy color: '#304CE2'

red 48 ◦ green 76 ◦ blue 226

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

Shades of Royal Blue #304CE2

Tints of Royal Blue #304CE2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

 BLUE value IS 226 (88.67% from 255) = 64.57%

R = 13.71%
G = 21.71%
B = 64.57%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#304CE2 (or 0x304CE2) is known color: Royal Blue. HEX triplet: 30, 4C and E2. RGB value is (48,76,226). Sum of RGB (Red+Green+Blue) = 48+76+226=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 226 (88.67% from 255 or 64.57% from 350); Max value from RGB is 226 - color contains mainly: blue. Hex color #304CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CE2 is #CFB31D. Grayscale: #545454. Windows color (decimal): -13611806 or 14830640. OLE color: 14830640.

HSL color Cylindrical-coordinate representation of color #304CE2: hue angle of 230.56º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #304CE2 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 76 226 -
CMYK 0.79 0.66 0 0.11
HSL 230.56º 0.75% 0.54% -
HSV(B) 230.56º 0.79% 0.89% -
XYZ 17.53 11.29 73.21 -
YUV 84.73 207.72 101.8 -
System Red Green Blue C M Y K H S L
Decimal 48 76 226 0.79 0.66 0 0.11 230.56 0.75 0.54
Hex 30 4C E2 4F 42 0 B E7 4B 36
Octal 60 114 342 117 102 0 13 347 113 66
Binary 110000 1001100 11100010 1001111 1000010 0 1011 11100111 1001011 110110

Color Harmonies of #304CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CE2

Black with #304CE2

Text Example


Text Example

White with #304CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304CE2; }

 p { color: rgb(48,76,226); }

 H1.HeaderClassName
 {
   color: #304CE2;
 }
 .AnyTagClassName
 {
   color: #304CE2;
 }
</style>

background-color css

<style>
 a { background-color: #304CE2; }

 a { background-color: rgb(48,76,226); }

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

border-color css

<style>
 span { border-color: #304CE2; }

 span { border-color: rgb(48,76,226); }

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