Html Css Color HEX #375BEF Royal Blue

📋 copy color: '#375BEF'

red 55 ◦ green 91 ◦ blue 239

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

Shades of Royal Blue #375BEF

Tints of Royal Blue #375BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 14.29%
G = 23.64%
B = 62.08%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#375BEF (or 0x375BEF) is known color: Royal Blue. HEX triplet: 37, 5B and EF. RGB value is (55,91,239). Sum of RGB (Red+Green+Blue) = 55+91+239=385 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.29% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #375BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BEF is #C8A410. Grayscale: #606060. Windows color (decimal): -13149201 or 15686455. OLE color: 15686455.

HSL color Cylindrical-coordinate representation of color #375BEF: hue angle of 228.26º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375BEF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 91 239 -
CMYK 0.77 0.62 0 0.06
HSL 228.26º 0.85% 0.58% -
HSV(B) 228.26º 0.77% 0.94% -
XYZ 20.9 14.53 83.36 -
YUV 97.11 208.07 97.97 -
System Red Green Blue C M Y K H S L
Decimal 55 91 239 0.77 0.62 0 0.06 228.26 0.85 0.58
Hex 37 5B EF 4D 3E 0 6 E4 55 3A
Octal 67 133 357 115 76 0 6 344 125 72
Binary 110111 1011011 11101111 1001101 111110 0 110 11100100 1010101 111010

Color Harmonies of #375BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375BEF

Black with #375BEF

Text Example


Text Example

White with #375BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,91,239); }

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

background-color css

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

 a { background-color: rgb(55,91,239); }

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

border-color css

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

 span { border-color: rgb(55,91,239); }

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