Html Css Color HEX #375CF2 Royal Blue

📋 copy color: '#375CF2'

red 55 ◦ green 92 ◦ blue 242

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

Shades of Royal Blue #375CF2

Tints of Royal Blue #375CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 62.21%

R = 14.14%
G = 23.65%
B = 62.21%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#375CF2 (or 0x375CF2) is known color: Royal Blue. HEX triplet: 37, 5C and F2. RGB value is (55,92,242). Sum of RGB (Red+Green+Blue) = 55+92+242=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #375CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CF2 is #C8A30D. Grayscale: #616161. Windows color (decimal): -13148942 or 15883319. OLE color: 15883319.

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

Color convert

RGB 55 92 242 -
CMYK 0.77 0.62 0 0.05
HSL 228.13º 0.88% 0.58% -
HSV(B) 228.13º 0.77% 0.95% -
XYZ 21.43 14.88 85.75 -
YUV 98.04 209.24 97.3 -
System Red Green Blue C M Y K H S L
Decimal 55 92 242 0.77 0.62 0 0.05 228.13 0.88 0.58
Hex 37 5C F2 4D 3E 0 5 E4 58 3A
Octal 67 134 362 115 76 0 5 344 130 72
Binary 110111 1011100 11110010 1001101 111110 0 101 11100100 1011000 111010

Color Harmonies of #375CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CF2

Black with #375CF2

Text Example


Text Example

White with #375CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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