Html Css Color HEX #3672FC Royal Blue

📋 copy color: '#3672FC'

red 54 ◦ green 114 ◦ blue 252

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

Shades of Royal Blue #3672FC

Tints of Royal Blue #3672FC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 252 (98.83% from 255) = 60%

R = 12.86%
G = 27.14%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3672FC (or 0x3672FC) is known color: Royal Blue. HEX triplet: 36, 72 and FC. RGB value is (54,114,252). Sum of RGB (Red+Green+Blue) = 54+114+252=420 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.86% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #3672FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3672FC is #C98D03. Grayscale: #6F6F6F. Windows color (decimal): -13208836 or 16544310. OLE color: 16544310.

HSL color Cylindrical-coordinate representation of color #3672FC: hue angle of 221.82º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3672FC is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 114 252 -
CMYK 0.79 0.55 0 0.01
HSL 221.82º 0.97% 0.6% -
HSV(B) 221.82º 0.79% 0.99% -
XYZ 25.11 19.85 94.6 -
YUV 111.79 207.12 86.78 -
System Red Green Blue C M Y K H S L
Decimal 54 114 252 0.79 0.55 0 0.01 221.82 0.97 0.6
Hex 36 72 FC 4F 37 0 1 DE 61 3C
Octal 66 162 374 117 67 0 1 336 141 74
Binary 110110 1110010 11111100 1001111 110111 0 1 11011110 1100001 111100

Color Harmonies of #3672FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3672FC

Black with #3672FC

Text Example


Text Example

White with #3672FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3672FC; }

 p { color: rgb(54,114,252); }

 H1.HeaderClassName
 {
   color: #3672FC;
 }
 .AnyTagClassName
 {
   color: #3672FC;
 }
</style>

background-color css

<style>
 a { background-color: #3672FC; }

 a { background-color: rgb(54,114,252); }

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

border-color css

<style>
 span { border-color: #3672FC; }

 span { border-color: rgb(54,114,252); }

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