Html Css Color HEX #374FE7 Royal Blue

📋 copy color: '#374FE7'

red 55 ◦ green 79 ◦ blue 231

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

Shades of Royal Blue #374FE7

Tints of Royal Blue #374FE7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.64%

 BLUE value IS 231 (90.63% from 255) = 63.29%

R = 15.07%
G = 21.64%
B = 63.29%

CMYK

 C value IS 0.76

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#374FE7 (or 0x374FE7) is known color: Royal Blue. HEX triplet: 37, 4F and E7. RGB value is (55,79,231). Sum of RGB (Red+Green+Blue) = 55+79+231=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #374FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #374FE7 is #C8B018. Grayscale: #585858. Windows color (decimal): -13152281 or 15159095. OLE color: 15159095.

HSL color Cylindrical-coordinate representation of color #374FE7: hue angle of 231.82º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374FE7 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 55 79 231 -
CMYK 0.76 0.66 0 0.09
HSL 231.82º 0.79% 0.56% -
HSV(B) 231.82º 0.76% 0.91% -
XYZ 18.8 12.17 76.96 -
YUV 89.15 208.05 103.64 -
System Red Green Blue C M Y K H S L
Decimal 55 79 231 0.76 0.66 0 0.09 231.82 0.79 0.56
Hex 37 4F E7 4C 42 0 9 E8 4F 38
Octal 67 117 347 114 102 0 11 350 117 70
Binary 110111 1001111 11100111 1001100 1000010 0 1001 11101000 1001111 111000

Color Harmonies of #374FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FE7

Black with #374FE7

Text Example


Text Example

White with #374FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,231); }

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

background-color css

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

 a { background-color: rgb(55,79,231); }

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

border-color css

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

 span { border-color: rgb(55,79,231); }

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