Html Css Color HEX #375ACC Free Speech Blue

📋 copy color: '#375ACC'

red 55 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Blue #375ACC

Tints of Free Speech Blue #375ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 15.76%
G = 25.79%
B = 58.45%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#375ACC (or 0x375ACC) is known color: Free Speech Blue. HEX triplet: 37, 5A and CC. RGB value is (55,90,204). Sum of RGB (Red+Green+Blue) = 55+90+204=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #375ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375ACC is #C8A533. Grayscale: #5C5C5C. Windows color (decimal): -13149492 or 13392439. OLE color: 13392439.

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

Color convert

RGB 55 90 204 -
CMYK 0.73 0.56 0 0.2
HSL 225.91º 0.59% 0.51% -
HSV(B) 225.91º 0.73% 0.8% -
XYZ 16.13 12.48 58.69 -
YUV 92.53 190.9 101.23 -
System Red Green Blue C M Y K H S L
Decimal 55 90 204 0.73 0.56 0 0.2 225.91 0.59 0.51
Hex 37 5A CC 49 38 0 14 E2 3B 33
Octal 67 132 314 111 70 0 24 342 73 63
Binary 110111 1011010 11001100 1001001 111000 0 10100 11100010 111011 110011

Color Harmonies of #375ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375ACC

Black with #375ACC

Text Example


Text Example

White with #375ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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