Html Css Color HEX #3742DF Free Speech Blue

📋 copy color: '#3742DF'

red 55 ◦ green 66 ◦ blue 223

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

Shades of Free Speech Blue #3742DF

Tints of Free Speech Blue #3742DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 64.83%

R = 15.99%
G = 19.19%
B = 64.83%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3742DF (or 0x3742DF) is known color: Free Speech Blue. HEX triplet: 37, 42 and DF. RGB value is (55,66,223). Sum of RGB (Red+Green+Blue) = 55+66+223=344 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.99% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #3742DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3742DF is #C8BD20. Grayscale: #4F4F4F. Windows color (decimal): -13155617 or 14631479. OLE color: 14631479.

HSL color Cylindrical-coordinate representation of color #3742DF: hue angle of 236.07º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3742DF is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 66 223 -
CMYK 0.75 0.70 0 0.13
HSL 236.07º 0.72% 0.55% -
HSV(B) 236.07º 0.75% 0.87% -
XYZ 16.84 10.04 70.86 -
YUV 80.61 208.36 109.73 -
System Red Green Blue C M Y K H S L
Decimal 55 66 223 0.75 0.70 0 0.13 236.07 0.72 0.55
Hex 37 42 DF 4B 46 0 D EC 48 37
Octal 67 102 337 113 106 0 15 354 110 67
Binary 110111 1000010 11011111 1001011 1000110 0 1101 11101100 1001000 110111

Color Harmonies of #3742DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3742DF

Black with #3742DF

Text Example


Text Example

White with #3742DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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