Html Css Color HEX #375CFB Royal Blue

📋 copy color: '#375CFB'

red 55 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #375CFB

Tints of Royal Blue #375CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.07%

R = 13.82%
G = 23.12%
B = 63.07%

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

#375CFB (or 0x375CFB) is known color: Royal Blue. HEX triplet: 37, 5C and FB. RGB value is (55,92,251). Sum of RGB (Red+Green+Blue) = 55+92+251=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #375CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CFB is #C8A304. Grayscale: #626262. Windows color (decimal): -13148933 or 16473143. OLE color: 16473143.

HSL color Cylindrical-coordinate representation of color #375CFB: hue angle of 228.67º degrees, saturation: 0.96, 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 #375CFB is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 55 92 251 -
CMYK 0.78 0.63 0 0.02
HSL 228.67º 0.96% 0.6% -
HSV(B) 228.67º 0.78% 0.98% -
XYZ 22.82 15.43 93.04 -
YUV 99.06 213.74 96.57 -
System Red Green Blue C M Y K H S L
Decimal 55 92 251 0.78 0.63 0 0.02 228.67 0.96 0.6
Hex 37 5C FB 4E 3F 0 2 E5 60 3C
Octal 67 134 373 116 77 0 2 345 140 74
Binary 110111 1011100 11111011 1001110 111111 0 10 11100101 1100000 111100

Color Harmonies of #375CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CFB

Black with #375CFB

Text Example


Text Example

White with #375CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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