Html Css Color HEX #3B64E0 Royal Blue

📋 copy color: '#3B64E0'

red 59 ◦ green 100 ◦ blue 224

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

Shades of Royal Blue #3B64E0

Tints of Royal Blue #3B64E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.49%

R = 15.4%
G = 26.11%
B = 58.49%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3B64E0 (or 0x3B64E0) is known color: Royal Blue. HEX triplet: 3B, 64 and E0. RGB value is (59,100,224). Sum of RGB (Red+Green+Blue) = 59+100+224=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #3B64E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B64E0 is #C49B1F. Grayscale: #656565. Windows color (decimal): -12884768 or 14705723. OLE color: 14705723.

HSL color Cylindrical-coordinate representation of color #3B64E0: hue angle of 225.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B64E0 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 100 224 -
CMYK 0.74 0.55 0 0.12
HSL 225.09º 0.73% 0.55% -
HSV(B) 225.09º 0.74% 0.88% -
XYZ 19.82 15.43 72.45 -
YUV 101.88 196.92 97.42 -
System Red Green Blue C M Y K H S L
Decimal 59 100 224 0.74 0.55 0 0.12 225.09 0.73 0.55
Hex 3B 64 E0 4A 37 0 C E1 49 37
Octal 73 144 340 112 67 0 14 341 111 67
Binary 111011 1100100 11100000 1001010 110111 0 1100 11100001 1001001 110111

Color Harmonies of #3B64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B64E0

Black with #3B64E0

Text Example


Text Example

White with #3B64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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