Html Css Color HEX #375EFC Royal Blue

📋 copy color: '#375EFC'

red 55 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #375EFC

Tints of Royal Blue #375EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.44%

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

R = 13.72%
G = 23.44%
B = 62.84%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#375EFC (or 0x375EFC) is known color: Royal Blue. HEX triplet: 37, 5E and FC. RGB value is (55,94,252). Sum of RGB (Red+Green+Blue) = 55+94+252=401 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.72% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #375EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375EFC is #C8A103. Grayscale: #636363. Windows color (decimal): -13148420 or 16539191. OLE color: 16539191.

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

Color convert

RGB 55 94 252 -
CMYK 0.78 0.63 0 0.01
HSL 228.12º 0.97% 0.6% -
HSV(B) 228.12º 0.78% 0.99% -
XYZ 23.15 15.85 93.93 -
YUV 100.35 213.58 95.65 -
System Red Green Blue C M Y K H S L
Decimal 55 94 252 0.78 0.63 0 0.01 228.12 0.97 0.6
Hex 37 5E FC 4E 3F 0 1 E4 61 3C
Octal 67 136 374 116 77 0 1 344 141 74
Binary 110111 1011110 11111100 1001110 111111 0 1 11100100 1100001 111100

Color Harmonies of #375EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375EFC

Black with #375EFC

Text Example


Text Example

White with #375EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375EFC; }

 p { color: rgb(55,94,252); }

 H1.HeaderClassName
 {
   color: #375EFC;
 }
 .AnyTagClassName
 {
   color: #375EFC;
 }
</style>

background-color css

<style>
 a { background-color: #375EFC; }

 a { background-color: rgb(55,94,252); }

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

border-color css

<style>
 span { border-color: #375EFC; }

 span { border-color: rgb(55,94,252); }

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