Html Css Color HEX #355ACF Free Speech Blue

📋 copy color: '#355ACF'

red 53 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Blue #355ACF

Tints of Free Speech Blue #355ACF

RGB

 RED value IS 53 (21.09% from 255) = 15.14%

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

 BLUE value IS 207 (81.25% from 255) = 59.14%

R = 15.14%
G = 25.71%
B = 59.14%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#355ACF (or 0x355ACF) is known color: Free Speech Blue. HEX triplet: 35, 5A and CF. RGB value is (53,90,207). Sum of RGB (Red+Green+Blue) = 53+90+207=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #355ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ACF is #CAA530. Grayscale: #5B5B5B. Windows color (decimal): -13280561 or 13589045. OLE color: 13589045.

HSL color Cylindrical-coordinate representation of color #355ACF: hue angle of 225.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #355ACF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 90 207 -
CMYK 0.74 0.57 0 0.19
HSL 225.58º 0.62% 0.51% -
HSV(B) 225.58º 0.74% 0.81% -
XYZ 16.39 12.57 60.59 -
YUV 92.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 53 90 207 0.74 0.57 0 0.19 225.58 0.62 0.51
Hex 35 5A CF 4A 39 0 13 E2 3E 33
Octal 65 132 317 112 71 0 23 342 76 63
Binary 110101 1011010 11001111 1001010 111001 0 10011 11100010 111110 110011

Color Harmonies of #355ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355ACF

Black with #355ACF

Text Example


Text Example

White with #355ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355ACF; }

 p { color: rgb(53,90,207); }

 H1.HeaderClassName
 {
   color: #355ACF;
 }
 .AnyTagClassName
 {
   color: #355ACF;
 }
</style>

background-color css

<style>
 a { background-color: #355ACF; }

 a { background-color: rgb(53,90,207); }

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

border-color css

<style>
 span { border-color: #355ACF; }

 span { border-color: rgb(53,90,207); }

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