Html Css Color HEX #375AE6 Royal Blue

📋 copy color: '#375AE6'

red 55 ◦ green 90 ◦ blue 230

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

Shades of Royal Blue #375AE6

Tints of Royal Blue #375AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 61.33%

R = 14.67%
G = 24%
B = 61.33%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#375AE6 (or 0x375AE6) is known color: Royal Blue. HEX triplet: 37, 5A and E6. RGB value is (55,90,230). Sum of RGB (Red+Green+Blue) = 55+90+230=375 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.67% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 230 (90.23% from 255 or 61.33% from 375); Max value from RGB is 230 - color contains mainly: blue. Hex color #375AE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375AE6 is #C8A519. Grayscale: #5E5E5E. Windows color (decimal): -13149466 or 15096375. OLE color: 15096375.

HSL color Cylindrical-coordinate representation of color #375AE6: hue angle of 228º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #375AE6 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 55 90 230 -
CMYK 0.76 0.61 0 0.10
HSL 228º 0.78% 0.56% -
HSV(B) 228º 0.76% 0.9% -
XYZ 19.51 13.84 76.51 -
YUV 95.5 203.9 99.12 -
System Red Green Blue C M Y K H S L
Decimal 55 90 230 0.76 0.61 0 0.10 228 0.78 0.56
Hex 37 5A E6 4C 3D 0 A E4 4E 38
Octal 67 132 346 114 75 0 12 344 116 70
Binary 110111 1011010 11100110 1001100 111101 0 1010 11100100 1001110 111000

Color Harmonies of #375AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375AE6

Black with #375AE6

Text Example


Text Example

White with #375AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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