Html Css Color HEX #375FDE Royal Blue

📋 copy color: '#375FDE'

red 55 ◦ green 95 ◦ blue 222

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

Shades of Royal Blue #375FDE

Tints of Royal Blue #375FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.54%

 BLUE value IS 222 (87.11% from 255) = 59.68%

R = 14.78%
G = 25.54%
B = 59.68%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#375FDE (or 0x375FDE) is known color: Royal Blue. HEX triplet: 37, 5F and DE. RGB value is (55,95,222). Sum of RGB (Red+Green+Blue) = 55+95+222=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #375FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375FDE is #C8A021. Grayscale: #606060. Windows color (decimal): -13148194 or 14573367. OLE color: 14573367.

HSL color Cylindrical-coordinate representation of color #375FDE: hue angle of 225.63º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #375FDE is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 95 222 -
CMYK 0.75 0.57 0 0.13
HSL 225.63º 0.72% 0.54% -
HSV(B) 225.63º 0.75% 0.87% -
XYZ 18.85 14.27 70.87 -
YUV 97.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 55 95 222 0.75 0.57 0 0.13 225.63 0.72 0.54
Hex 37 5F DE 4B 39 0 D E2 48 36
Octal 67 137 336 113 71 0 15 342 110 66
Binary 110111 1011111 11011110 1001011 111001 0 1101 11100010 1001000 110110

Color Harmonies of #375FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375FDE

Black with #375FDE

Text Example


Text Example

White with #375FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,95,222); }

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

background-color css

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

 a { background-color: rgb(55,95,222); }

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

border-color css

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

 span { border-color: rgb(55,95,222); }

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