Html Css Color HEX #3064ED Royal Blue

📋 copy color: '#3064ED'

red 48 ◦ green 100 ◦ blue 237

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

Shades of Royal Blue #3064ED

Tints of Royal Blue #3064ED

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.97%

 BLUE value IS 237 (92.97% from 255) = 61.56%

R = 12.47%
G = 25.97%
B = 61.56%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3064ED (or 0x3064ED) is known color: Royal Blue. HEX triplet: 30, 64 and ED. RGB value is (48,100,237). Sum of RGB (Red+Green+Blue) = 48+100+237=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #3064ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3064ED is #CF9B12. Grayscale: #636363. Windows color (decimal): -13605651 or 15557680. OLE color: 15557680.

HSL color Cylindrical-coordinate representation of color #3064ED: hue angle of 223.49º degrees, saturation: 0.84, 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 #3064ED is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 100 237 -
CMYK 0.80 0.58 0 0.07
HSL 223.49º 0.84% 0.56% -
HSV(B) 223.49º 0.8% 0.93% -
XYZ 21.06 15.86 82.07 -
YUV 100.07 205.27 90.86 -
System Red Green Blue C M Y K H S L
Decimal 48 100 237 0.80 0.58 0 0.07 223.49 0.84 0.56
Hex 30 64 ED 50 3A 0 7 DF 54 38
Octal 60 144 355 120 72 0 7 337 124 70
Binary 110000 1100100 11101101 1010000 111010 0 111 11011111 1010100 111000

Color Harmonies of #3064ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3064ED

Black with #3064ED

Text Example


Text Example

White with #3064ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3064ED; }

 p { color: rgb(48,100,237); }

 H1.HeaderClassName
 {
   color: #3064ED;
 }
 .AnyTagClassName
 {
   color: #3064ED;
 }
</style>

background-color css

<style>
 a { background-color: #3064ED; }

 a { background-color: rgb(48,100,237); }

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

border-color css

<style>
 span { border-color: #3064ED; }

 span { border-color: rgb(48,100,237); }

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