Html Css Color HEX #375CFA Royal Blue

📋 copy color: '#375CFA'

red 55 ◦ green 92 ◦ blue 250

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

Shades of Royal Blue #375CFA

Tints of Royal Blue #375CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.17%

 BLUE value IS 250 (98.05% from 255) = 62.97%

R = 13.85%
G = 23.17%
B = 62.97%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#375CFA (or 0x375CFA) is known color: Royal Blue. HEX triplet: 37, 5C and FA. RGB value is (55,92,250). Sum of RGB (Red+Green+Blue) = 55+92+250=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #375CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CFA is #C8A305. Grayscale: #626262. Windows color (decimal): -13148934 or 16407607. OLE color: 16407607.

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

Color convert

RGB 55 92 250 -
CMYK 0.78 0.63 0 0.02
HSL 228.62º 0.95% 0.6% -
HSV(B) 228.62º 0.78% 0.98% -
XYZ 22.66 15.37 92.21 -
YUV 98.95 213.24 96.65 -
System Red Green Blue C M Y K H S L
Decimal 55 92 250 0.78 0.63 0 0.02 228.62 0.95 0.6
Hex 37 5C FA 4E 3F 0 2 E5 5F 3C
Octal 67 134 372 116 77 0 2 345 137 74
Binary 110111 1011100 11111010 1001110 111111 0 10 11100101 1011111 111100

Color Harmonies of #375CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CFA

Black with #375CFA

Text Example


Text Example

White with #375CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,92,250); }

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

background-color css

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

 a { background-color: rgb(55,92,250); }

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

border-color css

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

 span { border-color: rgb(55,92,250); }

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