Html Css Color HEX #3364DA Royal Blue

📋 copy color: '#3364DA'

red 51 ◦ green 100 ◦ blue 218

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

Shades of Royal Blue #3364DA

Tints of Royal Blue #3364DA

RGB

 RED value IS 51 (20.31% from 255) = 13.82%

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

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 13.82%
G = 27.1%
B = 59.08%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3364DA (or 0x3364DA) is known color: Royal Blue. HEX triplet: 33, 64 and DA. RGB value is (51,100,218). Sum of RGB (Red+Green+Blue) = 51+100+218=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #3364DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364DA is #CC9B25. Grayscale: #626262. Windows color (decimal): -13409062 or 14312499. OLE color: 14312499.

HSL color Cylindrical-coordinate representation of color #3364DA: hue angle of 222.4º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3364DA is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 51 100 218 -
CMYK 0.77 0.54 0 0.15
HSL 222.4º 0.69% 0.53% -
HSV(B) 222.4º 0.77% 0.85% -
XYZ 18.58 14.88 68.22 -
YUV 98.8 195.27 93.91 -
System Red Green Blue C M Y K H S L
Decimal 51 100 218 0.77 0.54 0 0.15 222.4 0.69 0.53
Hex 33 64 DA 4D 36 0 F DE 45 35
Octal 63 144 332 115 66 0 17 336 105 65
Binary 110011 1100100 11011010 1001101 110110 0 1111 11011110 1000101 110101

Color Harmonies of #3364DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3364DA

Black with #3364DA

Text Example


Text Example

White with #3364DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3364DA; }

 p { color: rgb(51,100,218); }

 H1.HeaderClassName
 {
   color: #3364DA;
 }
 .AnyTagClassName
 {
   color: #3364DA;
 }
</style>

background-color css

<style>
 a { background-color: #3364DA; }

 a { background-color: rgb(51,100,218); }

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

border-color css

<style>
 span { border-color: #3364DA; }

 span { border-color: rgb(51,100,218); }

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