Html Css Color HEX #3B64D0 Royal Blue

📋 copy color: '#3B64D0'

red 59 ◦ green 100 ◦ blue 208

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

Shades of Royal Blue #3B64D0

Tints of Royal Blue #3B64D0

RGB

 RED value IS 59 (23.44% from 255) = 16.08%

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

 BLUE value IS 208 (81.64% from 255) = 56.68%

R = 16.08%
G = 27.25%
B = 56.68%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3B64D0 (or 0x3B64D0) is known color: Royal Blue. HEX triplet: 3B, 64 and D0. RGB value is (59,100,208). Sum of RGB (Red+Green+Blue) = 59+100+208=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #3B64D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B64D0 is #C49B2F. Grayscale: #636363. Windows color (decimal): -12884784 or 13657147. OLE color: 13657147.

HSL color Cylindrical-coordinate representation of color #3B64D0: hue angle of 223.49º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B64D0 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 100 208 -
CMYK 0.72 0.52 0 0.18
HSL 223.49º 0.61% 0.52% -
HSV(B) 223.49º 0.72% 0.82% -
XYZ 17.75 14.6 61.56 -
YUV 100.05 188.92 98.72 -
System Red Green Blue C M Y K H S L
Decimal 59 100 208 0.72 0.52 0 0.18 223.49 0.61 0.52
Hex 3B 64 D0 48 34 0 12 DF 3D 34
Octal 73 144 320 110 64 0 22 337 75 64
Binary 111011 1100100 11010000 1001000 110100 0 10010 11011111 111101 110100

Color Harmonies of #3B64D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B64D0

Black with #3B64D0

Text Example


Text Example

White with #3B64D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B64D0; }

 p { color: rgb(59,100,208); }

 H1.HeaderClassName
 {
   color: #3B64D0;
 }
 .AnyTagClassName
 {
   color: #3B64D0;
 }
</style>

background-color css

<style>
 a { background-color: #3B64D0; }

 a { background-color: rgb(59,100,208); }

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

border-color css

<style>
 span { border-color: #3B64D0; }

 span { border-color: rgb(59,100,208); }

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