Html Css Color HEX #374DE6 Royal Blue

📋 copy color: '#374DE6'

red 55 ◦ green 77 ◦ blue 230

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

Shades of Royal Blue #374DE6

Tints of Royal Blue #374DE6

RGB

 RED value IS 55 (21.88% from 255) = 15.19%

 GREEN value IS 77 (30.47% from 255) = 21.27%

 BLUE value IS 230 (90.23% from 255) = 63.54%

R = 15.19%
G = 21.27%
B = 63.54%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#374DE6 (or 0x374DE6) is known color: Royal Blue. HEX triplet: 37, 4D and E6. RGB value is (55,77,230). Sum of RGB (Red+Green+Blue) = 55+77+230=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 230 (90.23% from 255 or 63.54% from 362); Max value from RGB is 230 - color contains mainly: blue. Hex color #374DE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374DE6 is #C8B219. Grayscale: #575757. Windows color (decimal): -13152794 or 15093047. OLE color: 15093047.

HSL color Cylindrical-coordinate representation of color #374DE6: hue angle of 232.46º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374DE6 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 55 77 230 -
CMYK 0.76 0.67 0 0.10
HSL 232.46º 0.78% 0.56% -
HSV(B) 232.46º 0.76% 0.9% -
XYZ 18.51 11.83 76.17 -
YUV 87.86 208.21 104.56 -
System Red Green Blue C M Y K H S L
Decimal 55 77 230 0.76 0.67 0 0.10 232.46 0.78 0.56
Hex 37 4D E6 4C 43 0 A E8 4E 38
Octal 67 115 346 114 103 0 12 350 116 70
Binary 110111 1001101 11100110 1001100 1000011 0 1010 11101000 1001110 111000

Color Harmonies of #374DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DE6

Black with #374DE6

Text Example


Text Example

White with #374DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374DE6; }

 p { color: rgb(55,77,230); }

 H1.HeaderClassName
 {
   color: #374DE6;
 }
 .AnyTagClassName
 {
   color: #374DE6;
 }
</style>

background-color css

<style>
 a { background-color: #374DE6; }

 a { background-color: rgb(55,77,230); }

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

border-color css

<style>
 span { border-color: #374DE6; }

 span { border-color: rgb(55,77,230); }

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