Html Css Color HEX #375AEE Royal Blue

📋 copy color: '#375AEE'

red 55 ◦ green 90 ◦ blue 238

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

Shades of Royal Blue #375AEE

Tints of Royal Blue #375AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.5%

 BLUE value IS 238 (93.36% from 255) = 62.14%

R = 14.36%
G = 23.5%
B = 62.14%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#375AEE (or 0x375AEE) is known color: Royal Blue. HEX triplet: 37, 5A and EE. RGB value is (55,90,238). Sum of RGB (Red+Green+Blue) = 55+90+238=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 238 (93.36% from 255 or 62.14% from 383); Max value from RGB is 238 - color contains mainly: blue. Hex color #375AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AEE is #C8A511. Grayscale: #5F5F5F. Windows color (decimal): -13149458 or 15620663. OLE color: 15620663.

HSL color Cylindrical-coordinate representation of color #375AEE: hue angle of 228.52º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375AEE is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 90 238 -
CMYK 0.77 0.62 0 0.07
HSL 228.52º 0.84% 0.57% -
HSV(B) 228.52º 0.77% 0.93% -
XYZ 20.66 14.3 82.56 -
YUV 96.41 207.9 98.47 -
System Red Green Blue C M Y K H S L
Decimal 55 90 238 0.77 0.62 0 0.07 228.52 0.84 0.57
Hex 37 5A EE 4D 3E 0 7 E5 54 39
Octal 67 132 356 115 76 0 7 345 124 71
Binary 110111 1011010 11101110 1001101 111110 0 111 11100101 1010100 111001

Color Harmonies of #375AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AEE

Black with #375AEE

Text Example


Text Example

White with #375AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,90,238); }

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

background-color css

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

 a { background-color: rgb(55,90,238); }

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

border-color css

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

 span { border-color: rgb(55,90,238); }

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