Html Css Color HEX #3742CF Free Speech Blue

📋 copy color: '#3742CF'

red 55 ◦ green 66 ◦ blue 207

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

Shades of Free Speech Blue #3742CF

Tints of Free Speech Blue #3742CF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 16.77%
G = 20.12%
B = 63.11%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3742CF (or 0x3742CF) is known color: Free Speech Blue. HEX triplet: 37, 42 and CF. RGB value is (55,66,207). Sum of RGB (Red+Green+Blue) = 55+66+207=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #3742CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742CF is #C8BD30. Grayscale: #4E4E4E. Windows color (decimal): -13155633 or 13582903. OLE color: 13582903.

HSL color Cylindrical-coordinate representation of color #3742CF: hue angle of 235.66º 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 #3742CF is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 66 207 -
CMYK 0.73 0.68 0 0.19
HSL 235.66º 0.61% 0.51% -
HSV(B) 235.66º 0.73% 0.81% -
XYZ 14.79 9.21 60.03 -
YUV 78.79 200.36 111.04 -
System Red Green Blue C M Y K H S L
Decimal 55 66 207 0.73 0.68 0 0.19 235.66 0.61 0.51
Hex 37 42 CF 49 44 0 13 EC 3D 33
Octal 67 102 317 111 104 0 23 354 75 63
Binary 110111 1000010 11001111 1001001 1000100 0 10011 11101100 111101 110011

Color Harmonies of #3742CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3742CF

Black with #3742CF

Text Example


Text Example

White with #3742CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3742CF; }

 p { color: rgb(55,66,207); }

 H1.HeaderClassName
 {
   color: #3742CF;
 }
 .AnyTagClassName
 {
   color: #3742CF;
 }
</style>

background-color css

<style>
 a { background-color: #3742CF; }

 a { background-color: rgb(55,66,207); }

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

border-color css

<style>
 span { border-color: #3742CF; }

 span { border-color: rgb(55,66,207); }

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