Html Css Color HEX #3D76FE Royal Blue

📋 copy color: '#3D76FE'

red 61 ◦ green 118 ◦ blue 254

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

Shades of Royal Blue #3D76FE

Tints of Royal Blue #3D76FE

RGB

 RED value IS 61 (24.22% from 255) = 14.09%

 GREEN value IS 118 (46.48% from 255) = 27.25%

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 14.09%
G = 27.25%
B = 58.66%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3D76FE (or 0x3D76FE) is known color: Royal Blue. HEX triplet: 3D, 76 and FE. RGB value is (61,118,254). Sum of RGB (Red+Green+Blue) = 61+118+254=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D76FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D76FE is #C28901. Grayscale: #737373. Windows color (decimal): -12749058 or 16676413. OLE color: 16676413.

HSL color Cylindrical-coordinate representation of color #3D76FE: hue angle of 222.28º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D76FE is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 61 118 254 -
CMYK 0.76 0.54 0 0.00
HSL 222.28º 0.99% 0.62% -
HSV(B) 222.28º 0.76% 1% -
XYZ 26.29 21.1 96.45 -
YUV 116.46 205.62 88.44 -
System Red Green Blue C M Y K H S L
Decimal 61 118 254 0.76 0.54 0 0.00 222.28 0.99 0.62
Hex 3D 76 FE 4C 36 0 0 DE 63 3E
Octal 75 166 376 114 66 0 0 336 143 76
Binary 111101 1110110 11111110 1001100 110110 0 0 11011110 1100011 111110

Color Harmonies of #3D76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D76FE

Black with #3D76FE

Text Example


Text Example

White with #3D76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,118,254); }

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

background-color css

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

 a { background-color: rgb(61,118,254); }

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

border-color css

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

 span { border-color: rgb(61,118,254); }

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