Html Css Color HEX #3064DE Royal Blue

📋 copy color: '#3064DE'

red 48 ◦ green 100 ◦ blue 222

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

Shades of Royal Blue #3064DE

Tints of Royal Blue #3064DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60%

R = 12.97%
G = 27.03%
B = 60%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3064DE (or 0x3064DE) is known color: Royal Blue. HEX triplet: 30, 64 and DE. RGB value is (48,100,222). Sum of RGB (Red+Green+Blue) = 48+100+222=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #3064DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3064DE is #CF9B21. Grayscale: #616161. Windows color (decimal): -13605666 or 14574640. OLE color: 14574640.

HSL color Cylindrical-coordinate representation of color #3064DE: hue angle of 222.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3064DE is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 100 222 -
CMYK 0.78 0.55 0 0.13
HSL 222.07º 0.73% 0.53% -
HSV(B) 222.07º 0.78% 0.87% -
XYZ 18.96 15.02 71.01 -
YUV 98.36 197.77 92.08 -
System Red Green Blue C M Y K H S L
Decimal 48 100 222 0.78 0.55 0 0.13 222.07 0.73 0.53
Hex 30 64 DE 4E 37 0 D DE 48 35
Octal 60 144 336 116 67 0 15 336 110 65
Binary 110000 1100100 11011110 1001110 110111 0 1101 11011110 1001000 110101

Color Harmonies of #3064DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3064DE

Black with #3064DE

Text Example


Text Example

White with #3064DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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