Html Css Color HEX #375ACE Free Speech Blue

📋 copy color: '#375ACE'

red 55 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Blue #375ACE

Tints of Free Speech Blue #375ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.69%

R = 15.67%
G = 25.64%
B = 58.69%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#375ACE (or 0x375ACE) is known color: Free Speech Blue. HEX triplet: 37, 5A and CE. RGB value is (55,90,206). Sum of RGB (Red+Green+Blue) = 55+90+206=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #375ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ACE is #C8A531. Grayscale: #5C5C5C. Windows color (decimal): -13149490 or 13523511. OLE color: 13523511.

HSL color Cylindrical-coordinate representation of color #375ACE: hue angle of 226.09º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #375ACE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 90 206 -
CMYK 0.73 0.56 0 0.19
HSL 226.09º 0.61% 0.51% -
HSV(B) 226.09º 0.73% 0.81% -
XYZ 16.37 12.58 59.96 -
YUV 92.76 191.9 101.07 -
System Red Green Blue C M Y K H S L
Decimal 55 90 206 0.73 0.56 0 0.19 226.09 0.61 0.51
Hex 37 5A CE 49 38 0 13 E2 3D 33
Octal 67 132 316 111 70 0 23 342 75 63
Binary 110111 1011010 11001110 1001001 111000 0 10011 11100010 111101 110011

Color Harmonies of #375ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375ACE

Black with #375ACE

Text Example


Text Example

White with #375ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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