Html Css Color HEX #3064FF Royal Blue

📋 copy color: '#3064FF'

red 48 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #3064FF

Tints of Royal Blue #3064FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.28%

R = 11.91%
G = 24.81%
B = 63.28%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3064FF (or 0x3064FF) is known color: Royal Blue. HEX triplet: 30, 64 and FF. RGB value is (48,100,255). Sum of RGB (Red+Green+Blue) = 48+100+255=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #3064FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3064FF is #CF9B00. Grayscale: #656565. Windows color (decimal): -13605633 or 16737328. OLE color: 16737328.

HSL color Cylindrical-coordinate representation of color #3064FF: hue angle of 224.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3064FF is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 100 255 -
CMYK 0.81 0.61 0 0
HSL 224.93º 1% 0.59% -
HSV(B) 224.93º 0.81% 1% -
XYZ 23.83 16.96 96.63 -
YUV 102.12 214.27 89.4 -
System Red Green Blue C M Y K H S L
Decimal 48 100 255 0.81 0.61 0 0 224.93 1 0.59
Hex 30 64 FF 51 3D 0 0 E1 64 3B
Octal 60 144 377 121 75 0 0 341 144 73
Binary 110000 1100100 11111111 1010001 111101 0 0 11100001 1100100 111011

Color Harmonies of #3064FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3064FF

Black with #3064FF

Text Example


Text Example

White with #3064FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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