Html Css Color HEX #3063E4 Royal Blue

📋 copy color: '#3063E4'

red 48 ◦ green 99 ◦ blue 228

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

Shades of Royal Blue #3063E4

Tints of Royal Blue #3063E4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 228 (89.45% from 255) = 60.8%

R = 12.8%
G = 26.4%
B = 60.8%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3063E4 (or 0x3063E4) is known color: Royal Blue. HEX triplet: 30, 63 and E4. RGB value is (48,99,228). Sum of RGB (Red+Green+Blue) = 48+99+228=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #3063E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063E4 is #CF9C1B. Grayscale: #616161. Windows color (decimal): -13605916 or 14967600. OLE color: 14967600.

HSL color Cylindrical-coordinate representation of color #3063E4: hue angle of 223º degrees, saturation: 0.77, 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 #3063E4 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 99 228 -
CMYK 0.79 0.57 0 0.11
HSL 223º 0.77% 0.54% -
HSV(B) 223º 0.79% 0.89% -
XYZ 19.68 15.15 75.29 -
YUV 98.46 201.1 92.01 -
System Red Green Blue C M Y K H S L
Decimal 48 99 228 0.79 0.57 0 0.11 223 0.77 0.54
Hex 30 63 E4 4F 39 0 B DF 4D 36
Octal 60 143 344 117 71 0 13 337 115 66
Binary 110000 1100011 11100100 1001111 111001 0 1011 11011111 1001101 110110

Color Harmonies of #3063E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063E4

Black with #3063E4

Text Example


Text Example

White with #3063E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3063E4; }

 p { color: rgb(48,99,228); }

 H1.HeaderClassName
 {
   color: #3063E4;
 }
 .AnyTagClassName
 {
   color: #3063E4;
 }
</style>

background-color css

<style>
 a { background-color: #3063E4; }

 a { background-color: rgb(48,99,228); }

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

border-color css

<style>
 span { border-color: #3063E4; }

 span { border-color: rgb(48,99,228); }

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