Html Css Color HEX #3B60DF Royal Blue

📋 copy color: '#3B60DF'

red 59 ◦ green 96 ◦ blue 223

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

Shades of Royal Blue #3B60DF

Tints of Royal Blue #3B60DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 15.61%
G = 25.4%
B = 58.99%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B60DF (or 0x3B60DF) is known color: Royal Blue. HEX triplet: 3B, 60 and DF. RGB value is (59,96,223). Sum of RGB (Red+Green+Blue) = 59+96+223=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B60DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B60DF is #C49F20. Grayscale: #626262. Windows color (decimal): -12885793 or 14639163. OLE color: 14639163.

HSL color Cylindrical-coordinate representation of color #3B60DF: hue angle of 226.46º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B60DF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 96 223 -
CMYK 0.74 0.57 0 0.13
HSL 226.46º 0.72% 0.55% -
HSV(B) 226.46º 0.74% 0.87% -
XYZ 19.31 14.62 71.62 -
YUV 99.42 197.74 99.17 -
System Red Green Blue C M Y K H S L
Decimal 59 96 223 0.74 0.57 0 0.13 226.46 0.72 0.55
Hex 3B 60 DF 4A 39 0 D E2 48 37
Octal 73 140 337 112 71 0 15 342 110 67
Binary 111011 1100000 11011111 1001010 111001 0 1101 11100010 1001000 110111

Color Harmonies of #3B60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B60DF

Black with #3B60DF

Text Example


Text Example

White with #3B60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,96,223); }

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

background-color css

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

 a { background-color: rgb(59,96,223); }

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

border-color css

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

 span { border-color: rgb(59,96,223); }

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