Html Css Color HEX #3B5ACF Free Speech Blue

📋 copy color: '#3B5ACF'

red 59 ◦ green 90 ◦ blue 207

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

Shades of Free Speech Blue #3B5ACF

Tints of Free Speech Blue #3B5ACF

RGB

 RED value IS 59 (23.44% from 255) = 16.57%

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

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

R = 16.57%
G = 25.28%
B = 58.15%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B5ACF (or 0x3B5ACF) is known color: Free Speech Blue. HEX triplet: 3B, 5A and CF. RGB value is (59,90,207). Sum of RGB (Red+Green+Blue) = 59+90+207=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #3B5ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5ACF is #C4A530. Grayscale: #5D5D5D. Windows color (decimal): -12887345 or 13589051. OLE color: 13589051.

HSL color Cylindrical-coordinate representation of color #3B5ACF: hue angle of 227.43º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B5ACF is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 90 207 -
CMYK 0.71 0.57 0 0.19
HSL 227.43º 0.61% 0.52% -
HSV(B) 227.43º 0.71% 0.81% -
XYZ 16.72 12.75 60.61 -
YUV 94.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 59 90 207 0.71 0.57 0 0.19 227.43 0.61 0.52
Hex 3B 5A CF 47 39 0 13 E3 3D 34
Octal 73 132 317 107 71 0 23 343 75 64
Binary 111011 1011010 11001111 1000111 111001 0 10011 11100011 111101 110100

Color Harmonies of #3B5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5ACF

Black with #3B5ACF

Text Example


Text Example

White with #3B5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5ACF; }

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

 H1.HeaderClassName
 {
   color: #3B5ACF;
 }
 .AnyTagClassName
 {
   color: #3B5ACF;
 }
</style>

background-color css

<style>
 a { background-color: #3B5ACF; }

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

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

border-color css

<style>
 span { border-color: #3B5ACF; }

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

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