Html Css Color HEX #3675F1 Royal Blue

📋 copy color: '#3675F1'

red 54 ◦ green 117 ◦ blue 241

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

Shades of Royal Blue #3675F1

Tints of Royal Blue #3675F1

RGB

 RED value IS 54 (21.48% from 255) = 13.11%

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 241 (94.53% from 255) = 58.5%

R = 13.11%
G = 28.4%
B = 58.5%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3675F1 (or 0x3675F1) is known color: Royal Blue. HEX triplet: 36, 75 and F1. RGB value is (54,117,241). Sum of RGB (Red+Green+Blue) = 54+117+241=412 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.11% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #3675F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3675F1 is #C98A0E. Grayscale: #6F6F6F. Windows color (decimal): -13208079 or 15824182. OLE color: 15824182.

HSL color Cylindrical-coordinate representation of color #3675F1: hue angle of 219.79º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3675F1 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 117 241 -
CMYK 0.78 0.51 0 0.05
HSL 219.79º 0.87% 0.58% -
HSV(B) 219.79º 0.78% 0.95% -
XYZ 23.76 19.86 85.8 -
YUV 112.3 200.63 86.42 -
System Red Green Blue C M Y K H S L
Decimal 54 117 241 0.78 0.51 0 0.05 219.79 0.87 0.58
Hex 36 75 F1 4E 33 0 5 DC 57 3A
Octal 66 165 361 116 63 0 5 334 127 72
Binary 110110 1110101 11110001 1001110 110011 0 101 11011100 1010111 111010

Color Harmonies of #3675F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3675F1

Black with #3675F1

Text Example


Text Example

White with #3675F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3675F1; }

 p { color: rgb(54,117,241); }

 H1.HeaderClassName
 {
   color: #3675F1;
 }
 .AnyTagClassName
 {
   color: #3675F1;
 }
</style>

background-color css

<style>
 a { background-color: #3675F1; }

 a { background-color: rgb(54,117,241); }

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

border-color css

<style>
 span { border-color: #3675F1; }

 span { border-color: rgb(54,117,241); }

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